Uses of Interface
java.security.interfaces.ECPublicKey
-
Packages that use ECPublicKey Package Description java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications. -
-
Uses of ECPublicKey in java.security.spec
Methods in java.security.spec that return ECPublicKey Modifier and Type Method Description ECPublicKeySM2SignatureParameterSpec. getPublicKey()Returns the public key.ECPublicKeySM2KeyAgreementParamSpec. peerPublicKey()Returns the peer's public key.ECPublicKeySM2KeyAgreementParamSpec. publicKey()Returns the public key.Constructors in java.security.spec with parameters of type ECPublicKey Constructor Description SM2KeyAgreementParamSpec(byte[] id, ECPrivateKey privateKey, ECPublicKey publicKey, byte[] peerId, ECPublicKey peerPublicKey, boolean isInitiator, int sharedKeyLength)Create a newSM2KeyAgreementParamSpec.SM2KeyAgreementParamSpec(ECPrivateKey privateKey, ECPublicKey publicKey, ECPublicKey peerPublicKey, boolean isInitiator, int sharedKeyLength)Create a newSM2KeyAgreementParamSpec.SM2SignatureParameterSpec(byte[] id, ECPublicKey publicKey)Create a newSM2SignatureParameterSpecwith ID and public key.SM2SignatureParameterSpec(ECPublicKey publicKey)Create a newSM2SignatureParameterSpecwith public key.
-