Class SupportedAlgorithms.Algorithm
java.lang.Object
org.bouncycastle.openpgp.smartcard.card.SupportedAlgorithms.Algorithm
- Direct Known Subclasses:
SupportedAlgorithms.EC, SupportedAlgorithms.RSA
- Enclosing class:
SupportedAlgorithms
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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
-