Class SupportedAlgorithms.EC
java.lang.Object
org.bouncycastle.openpgp.smartcard.card.SupportedAlgorithms.Algorithm
org.bouncycastle.openpgp.smartcard.card.SupportedAlgorithms.EC
- Enclosing class:
SupportedAlgorithms
-
Field Summary
FieldsFields inherited from class SupportedAlgorithms.Algorithm
algorithmId, keyRef -
Constructor Summary
ConstructorsConstructorDescriptionEC(byte keyRef, int algorithmId, org.bouncycastle.asn1.ASN1ObjectIdentifier curve) -
Method Summary
-
Field Details
-
curve
public final org.bouncycastle.asn1.ASN1ObjectIdentifier curve
-
-
Constructor Details
-
EC
public EC(byte keyRef, int algorithmId, org.bouncycastle.asn1.ASN1ObjectIdentifier curve)
-
-
Method Details
-
matches
public boolean matches(org.bouncycastle.openpgp.api.OpenPGPCertificate.OpenPGPComponentKey key) - Specified by:
matchesin classSupportedAlgorithms.Algorithm
-
toString
- Specified by:
toStringin classSupportedAlgorithms.Algorithm
-