Class PBECipher
java.lang.Object
org.sonatype.plexus.components.cipher.PBECipher
This class is thread-safe.
- Author:
- Oleg Gusakov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STRING_ENCODING
- See Also:
-
SPICE_SIZE
protected static final int SPICE_SIZE- See Also:
-
SALT_SIZE
protected static final int SALT_SIZE- See Also:
-
CHUNK_SIZE
protected static final int CHUNK_SIZE- See Also:
-
WIPER
protected static final byte WIPER- See Also:
-
DIGEST_ALG
- See Also:
-
KEY_ALG
- See Also:
-
CIPHER_ALG
- See Also:
-
PBE_ITERATIONS
protected static final int PBE_ITERATIONS- See Also:
-
-
Constructor Details
-
PBECipher
public PBECipher()
-
-
Method Details
-
encrypt64
- Throws:
PlexusCipherException
-
decrypt64
- Throws:
PlexusCipherException
-