be.fgov.ehealth.etee.crypto.decrypt
Interface DataUnsealerBuilder.PublicKeyPolicyStep

Enclosing class:
DataUnsealerBuilder

public static interface DataUnsealerBuilder.PublicKeyPolicyStep

Third step: Choose a public key EncryptionPolicy. You will have to provide a list of encryption credentials to be able to decrypt messages.


Method Summary
 DataUnsealerBuilder.SecretKeyPolicyStep addPublicKeyPolicy(EncryptionPolicy policy, EncryptionCredential... credentials)
          Configure a public key policy and provide a list of EncryptionCredentials to be able to decrypt the messages.
 

Method Detail

addPublicKeyPolicy

DataUnsealerBuilder.SecretKeyPolicyStep addPublicKeyPolicy(EncryptionPolicy policy,
                                                           EncryptionCredential... credentials)
Configure a public key policy and provide a list of EncryptionCredentials to be able to decrypt the messages.



Copyright © 2018 eHealth. All Rights Reserved.