be.ehealth.technicalconnector.service.etee.impl
Class AbstractCrypto
java.lang.Object
be.ehealth.technicalconnector.service.etee.impl.AbstractCrypto
- All Implemented Interfaces:
- Crypto, ConfigurableImplementation
- Direct Known Subclasses:
- AbstractEndToEndCrypto
public abstract class AbstractCrypto
- extends Object
- implements Crypto
Abstract class containing symmetric crypto methods Implementation of Crypto
Methods inherited from interface be.ehealth.technicalconnector.service.etee.Crypto |
seal, seal, seal, seal, seal, seal, seal, seal, unseal, unseal, unseal, unsealForUnknown |
AbstractCrypto
public AbstractCrypto()
unsealWithSymmKey
@Deprecated
public static byte[] unsealWithSymmKey(Key symmKey,
byte[] objectToUnseal)
throws TechnicalConnectorException
- Deprecated. replaced with
ConnectorCryptoUtils
.decrypt(symmkey,"DESede",objectToUnseal)
- Throws:
TechnicalConnectorException
generateSecretKey
public Key generateSecretKey()
throws TechnicalConnectorException
- Specified by:
generateSecretKey
in interface Crypto
- Throws:
TechnicalConnectorException
getSymmKey
public Key getSymmKey()
- Specified by:
getSymmKey
in interface Crypto
Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.