Class SupportedAlgorithms.Algorithm

java.lang.Object
org.bouncycastle.openpgp.smartcard.card.SupportedAlgorithms.Algorithm
Direct Known Subclasses:
SupportedAlgorithms.EC, SupportedAlgorithms.RSA
Enclosing class:
SupportedAlgorithms

public abstract static class SupportedAlgorithms.Algorithm extends Object
  • Field Details

    • keyRef

      public final byte keyRef
    • algorithmId

      public final int algorithmId
  • Constructor Details

    • Algorithm

      public Algorithm(byte keyRef, int algorithmId)
  • Method Details

    • matches

      public abstract boolean matches(org.bouncycastle.openpgp.api.OpenPGPCertificate.OpenPGPComponentKey key)
    • toString

      public abstract String toString()
      Overrides:
      toString in class Object