Class CipherPublicKeys

java.lang.Object
com.bld.crypto.pubkey.config.data.CipherPublicKeys

public class CipherPublicKeys extends Object
The Class CipherPublicKeys.
  • Constructor Details

    • CipherPublicKeys

      public CipherPublicKeys(Map<String,PublicKey> map)
      Instantiates a new cipher public keys.
      Parameters:
      map - the map
  • Method Details

    • getPublicKey

      public PublicKey getPublicKey(String name)
      Gets the public key.
      Parameters:
      name - the name
      Returns:
      the public key