|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.EncryptionTypeInfo2Entry
public class EncryptionTypeInfo2Entry
Constructor Summary | |
---|---|
EncryptionTypeInfo2Entry(EncryptionType encryptionType,
java.lang.String salt,
byte[] s2kparams)
Creates a new instance of EncryptionTypeInfo2Entry . |
Method Summary | |
---|---|
EncryptionType |
getEncryptionType()
Returns the EncryptionType . |
byte[] |
getS2kParams()
Returns the s2kparams. |
java.lang.String |
getSalt()
Returns the salt. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptionTypeInfo2Entry(EncryptionType encryptionType, java.lang.String salt, byte[] s2kparams)
EncryptionTypeInfo2Entry
.
encryptionType
- salt
- s2kparams
- Method Detail |
---|
public EncryptionType getEncryptionType()
EncryptionType
.
EncryptionType
.public java.lang.String getSalt()
public byte[] getS2kParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |