Uses of Interface
java.security.interfaces.ECPublicKey
Packages that use ECPublicKey
Package
Description
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 ECPublicKeyModifier and TypeMethodDescriptionSM2SignatureParameterSpec.getPublicKey()
Returns the public key.SM2KeyAgreementParamSpec.peerPublicKey()
Returns the peer's public key.SM2KeyAgreementParamSpec.publicKey()
Returns the public key.Constructors in java.security.spec with parameters of type ECPublicKeyModifierConstructorDescriptionSM2KeyAgreementParamSpec
(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 newSM2SignatureParameterSpec
with ID and public key.SM2SignatureParameterSpec
(ECPublicKey publicKey) Create a newSM2SignatureParameterSpec
with public key.