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

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

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

Methods in be.fgov.ehealth.etee.crypto.decrypt with parameters of type EncryptionCredential
 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.
 

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

Methods in be.fgov.ehealth.etee.crypto.policies that return EncryptionCredential
static EncryptionCredential EncryptionCredential.create(java.security.PrivateKey privateKey, java.lang.String encryptionTokenSerialNumber)
          Factory method to create a new instance of EncryptionCredential.
static EncryptionCredential[] EncryptionCredentials.from(java.util.Map<java.lang.String,java.security.PrivateKey> privateKeyMap)
          Creates an array of EncryptionCredentials from a Map with private keys and their serial number.
 

Methods in be.fgov.ehealth.etee.crypto.policies with parameters of type EncryptionCredential
static java.util.Map<java.lang.String,java.security.PrivateKey> EncryptionCredentials.toMap(EncryptionCredential[] credentials)
          Create a Map with private keys and their serial numbers from an array of EncryptionCredentials.
 



Copyright © 2018 eHealth. All Rights Reserved.