Class CmsEncryptionOper
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.config.encryption.CmsEncryptionOper
-
public class CmsEncryptionOper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCmsEncryptionOper.CmsEncryption
-
Constructor Summary
Constructors Constructor Description CmsEncryptionOper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionServiceencryptionService(String keyId, PrivateKey privateKey)EncryptionServiceencryptionService(String keyId, PublicKey publicKey)KeyPairgeneratePublicPrivateKey()
-
-
-
Method Detail
-
encryptionService
public EncryptionService encryptionService(String keyId, PrivateKey privateKey)
-
encryptionService
public EncryptionService encryptionService(String keyId, PublicKey publicKey)
-
generatePublicPrivateKey
public KeyPair generatePublicPrivateKey()
-
-