Class PmdSecret
-
- All Implemented Interfaces:
public final class PmdSecret
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPmdSecret.SecurityStrategy
-
Field Summary
Fields Modifier and Type Field Description private final PmdSecret.SecurityStrategystrategyprivate final ByteArraykey
-
Constructor Summary
Constructors Constructor Description PmdSecret(PmdSecret.SecurityStrategy strategy, SecretKeySpec key)PmdSecret(PmdSecret.SecurityStrategy strategy, ByteArray key)
-
Method Summary
Modifier and Type Method Description final PmdSecret.SecurityStrategygetStrategy()final ByteArraygetKey()final ByteArrayserializeToPmdSettings()final ByteArraydecryptArray(ByteArray cipherArray)-
-
Constructor Detail
-
PmdSecret
PmdSecret(PmdSecret.SecurityStrategy strategy, SecretKeySpec key)
-
PmdSecret
PmdSecret(PmdSecret.SecurityStrategy strategy, ByteArray key)
-
-
Method Detail
-
getStrategy
final PmdSecret.SecurityStrategy getStrategy()
-
serializeToPmdSettings
final ByteArray serializeToPmdSettings()
-
decryptArray
final ByteArray decryptArray(ByteArray cipherArray)
-
-
-
-