|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.io.encoder.PreAuthenticationDataEncoder
public class PreAuthenticationDataEncoder
Constructor Summary | |
---|---|
PreAuthenticationDataEncoder()
|
Method Summary | |
---|---|
protected static DERSequence |
encode(PreAuthenticationData preAuth)
PA-DATA ::= SEQUENCE { padata-type[1] INTEGER, padata-value[2] OCTET STRING } |
static byte[] |
encode(PreAuthenticationData[] preAuth)
|
protected static DERSequence |
encodeSequence(PreAuthenticationData[] preAuth)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreAuthenticationDataEncoder()
Method Detail |
---|
public static byte[] encode(PreAuthenticationData[] preAuth) throws java.io.IOException
java.io.IOException
protected static DERSequence encodeSequence(PreAuthenticationData[] preAuth)
protected static DERSequence encode(PreAuthenticationData preAuth)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |