Interface SM9EncUserPrivateKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Destroyable, Key, PrivateKey, Serializable
Interface for a user's SM9 (GM/T 0044.4) encryption (KEM / decryption) private key (de),
derived by the KGC from the encryption master private key and the user's identity.
-
Field Summary
Fields inherited from interface PrivateKey
serialVersionUID -
Method Summary
Methods inherited from interface AsymmetricKey
getParamsMethods inherited from interface Destroyable
destroy, isDestroyedMethods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getIdentity
byte[] getIdentity()The identity this key was derived for.- Returns:
- the user's identity.
-