Public Key
constructor(keyId: String, publicKey: ByteArray, algorithm: String = RSA, symmetricAlgorithm: String = AES_256)
Parameters
key Id
unique ID of the key.
public Key
public key bytes.
algorithm
asymmetric cryptography algorithm associated with the key
symmetric Algorithm
symmetric cryptography algorithm associated with symmetric key sealed by this public key.