Uses of Class
be.ehealth.technicalconnector.service.etee.Crypto.SigningPolicySelector

Packages that use Crypto.SigningPolicySelector
be.ehealth.technicalconnector.service.etee   
be.ehealth.technicalconnector.service.etee.impl   
 

Uses of Crypto.SigningPolicySelector in be.ehealth.technicalconnector.service.etee
 

Methods in be.ehealth.technicalconnector.service.etee that return Crypto.SigningPolicySelector
static Crypto.SigningPolicySelector Crypto.SigningPolicySelector.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Crypto.SigningPolicySelector[] Crypto.SigningPolicySelector.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in be.ehealth.technicalconnector.service.etee with parameters of type Crypto.SigningPolicySelector
 byte[] Crypto.seal(Crypto.SigningPolicySelector type, EncryptionToken enncryptionToken, byte[] content)
           
 byte[] Crypto.seal(Crypto.SigningPolicySelector type, KeyResult symmKey, byte[] content)
           
 byte[] Crypto.seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, byte[] content)
           
 byte[] Crypto.seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, KeyResult symmKey, byte[] content)
           
 UnsealedData Crypto.unseal(Crypto.SigningPolicySelector type, byte[] protectedMessage)
           
 UnsealedData Crypto.unseal(Crypto.SigningPolicySelector type, KeyResult symmKey, byte[] protectedMessage)
           
 

Uses of Crypto.SigningPolicySelector in be.ehealth.technicalconnector.service.etee.impl
 

Methods in be.ehealth.technicalconnector.service.etee.impl with parameters of type Crypto.SigningPolicySelector
 byte[] AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type, EncryptionToken encryptionToken, byte[] content)
           
 byte[] AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type, KeyResult symmKey, byte[] content)
           
 byte[] AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, byte[] content)
           
 byte[] CryptoImpl.seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, KeyResult symmKey, byte[] content)
           
 UnsealedData CryptoImpl.unseal(Crypto.SigningPolicySelector type, byte[] protectedMessage)
           
 UnsealedData CryptoImpl.unseal(Crypto.SigningPolicySelector type, KeyResult symmKey, byte[] protectedMessage)
           
 




Connector Packaging TECHNICAL 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.