|
||||||||||
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.AuthenticatorDecoder
public class AuthenticatorDecoder
Constructor Summary | |
---|---|
AuthenticatorDecoder()
|
Method Summary | |
---|---|
Encodable |
decode(byte[] encodedAuthenticator)
Decodes the byte array into an Encodable object. |
protected static Authenticator |
decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
-- Unencrypted authenticator Authenticator ::= [APPLICATION 2] SEQUENCE { authenticator-vno[0] INTEGER, crealm[1] Realm, cname[2] PrincipalName, cksum[3] Checksum OPTIONAL, cusec[4] INTEGER, ctime[5] KerberosTime, subkey[6] EncryptionKey OPTIONAL, seq-number[7] INTEGER OPTIONAL, authorization-data[8] AuthorizationData OPTIONAL } |
Decoder |
getDecoder()
Returns the Decoder . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticatorDecoder()
Method Detail |
---|
public Decoder getDecoder()
DecoderFactory
Decoder
.
getDecoder
in interface DecoderFactory
Decoder
.public Encodable decode(byte[] encodedAuthenticator) throws java.io.IOException
Decoder
Encodable
object.
decode
in interface Decoder
Encodable
object.
java.io.IOException
protected static Authenticator decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |