Class EncryptionKeySerde
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.services.EncryptionKeySerde
-
@Service public class EncryptionKeySerde extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEncryptionKeySerde.PrivateKeyContainerstatic classEncryptionKeySerde.SecretKeyWithIvContainer
-
Constructor Summary
Constructors Constructor Description EncryptionKeySerde()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString(SecretKeyWithIv secretKeyWithIv)SecretKeyWithIvfromString(String fromString)SecretKeyWithIvread(InputStream is)PrivateKeyreadPrivateKey(InputStream is)voidwrite(SecretKeyWithIv value, OutputStream os)voidwritePrivateKey(PrivateKey value, OutputStream os)
-
-
-
Method Detail
-
asString
public String asString(SecretKeyWithIv secretKeyWithIv)
-
fromString
public SecretKeyWithIv fromString(String fromString)
-
write
public void write(SecretKeyWithIv value, OutputStream os)
-
read
public SecretKeyWithIv read(InputStream is)
-
writePrivateKey
public void writePrivateKey(PrivateKey value, OutputStream os)
-
readPrivateKey
public PrivateKey readPrivateKey(InputStream is)
-
-