Class CipherPublicKeys
java.lang.Object
com.bld.crypto.pubkey.config.data.CipherPublicKeys
The Class CipherPublicKeys.
-
Constructor Summary
ConstructorsConstructorDescriptionCipherPublicKeys(Map<String, PublicKey> map) Instantiates a new cipher public keys. -
Method Summary
-
Constructor Details
-
CipherPublicKeys
Instantiates a new cipher public keys.- Parameters:
map- the map
-
-
Method Details
-
getPublicKey
Gets the public key.- Parameters:
name- the name- Returns:
- the public key
-