public class EncryptionTypeInfoEntry extends Object
| Constructor and Description |
|---|
EncryptionTypeInfoEntry(EncryptionType encryptionType,
byte[] salt)
Creates a new instance of EncryptionTypeInfoEntry.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionType |
getEncryptionType()
Returns the
EncryptionType. |
byte[] |
getSalt()
Returns the salt.
|
public EncryptionTypeInfoEntry(EncryptionType encryptionType, byte[] salt)
encryptionType - salt - public byte[] getSalt()
public EncryptionType getEncryptionType()
EncryptionType.EncryptionType.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.