Uses of Class
be.fgov.ehealth.etee.crypto.policies.EncryptionPolicy

Packages that use EncryptionPolicy
be.fgov.ehealth.etee.crypto.decrypt Classes for validation and unsealing of sealed message. 
be.fgov.ehealth.etee.crypto.encrypt Classes for sealing of message and validation of ETKs. 
be.fgov.ehealth.etee.crypto.policies Contains supported policies and options for configuration of the crypto services. 
 

Uses of EncryptionPolicy in be.fgov.ehealth.etee.crypto.decrypt
 

Methods in be.fgov.ehealth.etee.crypto.decrypt with parameters of type EncryptionPolicy
 DataUnsealerBuilder.SecretKeyPolicyStep DataUnsealerBuilder.PublicKeyPolicyStep.addPublicKeyPolicy(EncryptionPolicy policy, EncryptionCredential... credentials)
          Configure a public key policy and provide a list of EncryptionCredentials to be able to decrypt the messages.
 DataUnsealerBuilder.BuildStep DataUnsealerBuilder.SecretKeyPolicyStep.addSecretKeyPolicy(EncryptionPolicy policy)
          Configure a secret key policy
 

Uses of EncryptionPolicy in be.fgov.ehealth.etee.crypto.encrypt
 

Methods in be.fgov.ehealth.etee.crypto.encrypt with parameters of type EncryptionPolicy
 DataSealerBuilder.SecretKeyEncryptionPolicyStep DataSealerBuilder.PublicKeyEncryptionPolicyStep.addPublicKeyPolicy(EncryptionPolicy encryptionPolicy)
          Configure a public key encryption policy
 DataSealerBuilder.BuildStep DataSealerBuilder.SecretKeyEncryptionPolicyStep.addSecretKeyPolicy(EncryptionPolicy encryptionPolicy)
          Configure a secret key encryption policy
 

Uses of EncryptionPolicy in be.fgov.ehealth.etee.crypto.policies
 

Methods in be.fgov.ehealth.etee.crypto.policies that return EncryptionPolicy
static EncryptionPolicy EncryptionPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EncryptionPolicy[] EncryptionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2019 eHealth. All Rights Reserved.