|
|||||||||||
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.decoder.AuthorizationDataDecoder
Constructor Summary | |
AuthorizationDataDecoder()
|
Method Summary | |
Encodable |
decode(byte[] encodedAuthData)
|
protected static AuthorizationDataEntry |
decodeAuthorizationEntry(DERSequence sequence)
|
protected static AuthorizationData |
decodeSequence(DERSequence sequence)
AuthorizationData ::= SEQUENCE OF SEQUENCE { ad-type[0] INTEGER, ad-data[1] OCTET STRING } |
Decoder |
getDecoder()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuthorizationDataDecoder()
Method Detail |
public Decoder getDecoder()
getDecoder
in interface DecoderFactory
public Encodable decode(byte[] encodedAuthData) throws java.io.IOException
decode
in interface Decoder
java.io.IOException
protected static AuthorizationData decodeSequence(DERSequence sequence)
protected static AuthorizationDataEntry decodeAuthorizationEntry(DERSequence sequence)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |