public class EncryptionTypeInfo2Entry extends Object
| Constructor and Description |
|---|
EncryptionTypeInfo2Entry(EncryptionType encryptionType,
String salt,
byte[] s2kparams)
Creates a new instance of
EncryptionTypeInfo2Entry. |
| Modifier and Type | Method and Description |
|---|---|
EncryptionType |
getEncryptionType()
Returns the
EncryptionType. |
byte[] |
getS2kParams()
Returns the s2kparams.
|
String |
getSalt()
Returns the salt.
|
public EncryptionTypeInfo2Entry(EncryptionType encryptionType, String salt, byte[] s2kparams)
EncryptionTypeInfo2Entry.encryptionType - salt - s2kparams - public EncryptionType getEncryptionType()
EncryptionType.EncryptionType.public String getSalt()
public byte[] getS2kParams()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.