public class JweCryptoProviderImpl extends Object implements CryptoProvider
SKF_ALGORITHM| Constructor and Description |
|---|
JweCryptoProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Optional<DecryptedData> |
decryptData(byte[] data,
String password) |
Optional<EncryptedData> |
encryptData(byte[] data,
String password) |
CryptoProviderAlgorithmVersion |
getAlgorithmVersion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSecretKeypublic Optional<EncryptedData> encryptData(byte[] data, String password)
encryptData in interface CryptoProviderpublic Optional<DecryptedData> decryptData(byte[] data, String password)
decryptData in interface CryptoProviderpublic CryptoProviderAlgorithmVersion getAlgorithmVersion()
getAlgorithmVersion in interface CryptoProviderCopyright © 2019. All rights reserved.