Package org.cryptacular.adapter
Class WrappedECPublicKey
java.lang.Object
org.cryptacular.adapter.AbstractWrappedKey<org.bouncycastle.crypto.params.ECPublicKeyParameters>
org.cryptacular.adapter.AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPublicKeyParameters>
org.cryptacular.adapter.WrappedECPublicKey
- All Implemented Interfaces:
Serializable,ECKey,ECPublicKey,Key,PublicKey
public class WrappedECPublicKey
extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPublicKeyParameters>
implements ECPublicKey
JCE/JDK EC public key that wraps the corresponding BC EC public key type,
ECPublicKeyParameters.- See Also:
-
Field Summary
FieldsFields inherited from class org.cryptacular.adapter.AbstractWrappedKey
delegate, PKCS8_FORMAT, X509_FORMAT -
Constructor Summary
ConstructorsConstructorDescriptionWrappedECPublicKey(org.bouncycastle.crypto.params.ECPublicKeyParameters wrappedKey) Creates a new instance that wraps the given key. -
Method Summary
Methods inherited from class org.cryptacular.adapter.AbstractWrappedECKey
getAlgorithm, getParamsMethods inherited from class org.cryptacular.adapter.AbstractWrappedKey
getEncoded, getFormatMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
-
Constructor Details
-
WrappedECPublicKey
public WrappedECPublicKey(org.bouncycastle.crypto.params.ECPublicKeyParameters wrappedKey) Creates a new instance that wraps the given key.- Parameters:
wrappedKey- EC key to wrap.
-
-
Method Details
-
getW
- Specified by:
getWin interfaceECPublicKey
-