Uses of Class
org.apache.directory.server.kerberos.shared.messages.value.EncryptionTypeInfo2Entry

Packages that use EncryptionTypeInfo2Entry
org.apache.directory.server.kerberos.shared.io.decoder Provides the decoders for Kerberos message objects. 
org.apache.directory.server.kerberos.shared.io.encoder Provides the encoders for Kerberos message objects. 
 

Uses of EncryptionTypeInfo2Entry in org.apache.directory.server.kerberos.shared.io.decoder
 

Methods in org.apache.directory.server.kerberos.shared.io.decoder that return EncryptionTypeInfo2Entry
 EncryptionTypeInfo2Entry[] EncryptionTypeInfo2Decoder.decode(byte[] encodedEntries)
          Decodes a byte array into an array of EncryptionTypeInfo2Entry.
protected static EncryptionTypeInfo2Entry EncryptionTypeInfo2Decoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
          ETYPE-INFO2-ENTRY ::= SEQUENCE { etype [0] Int32, salt [1] KerberosString OPTIONAL, s2kparams [2] OCTET STRING OPTIONAL }
protected static EncryptionTypeInfo2Entry[] EncryptionTypeInfo2Decoder.decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
          ETYPE-INFO2 ::= SEQUENCE SIZE (1..MAX) OF ETYPE-INFO2-ENTRY
 

Uses of EncryptionTypeInfo2Entry in org.apache.directory.server.kerberos.shared.io.encoder
 

Methods in org.apache.directory.server.kerberos.shared.io.encoder with parameters of type EncryptionTypeInfo2Entry
protected static org.apache.directory.shared.asn1.der.DERSequence EncryptionTypeInfo2Encoder.encode(EncryptionTypeInfo2Entry entry)
          ETYPE-INFO2-ENTRY ::= SEQUENCE { etype [0] Int32, salt [1] KerberosString OPTIONAL, s2kparams [2] OCTET STRING OPTIONAL }
static byte[] EncryptionTypeInfo2Encoder.encode(EncryptionTypeInfo2Entry[] entries)
          Encodes an array of EncryptionTypeInfo2Entrys into a byte array.
protected static org.apache.directory.shared.asn1.der.DERSequence EncryptionTypeInfo2Encoder.encodeSequence(EncryptionTypeInfo2Entry[] entries)
          ETYPE-INFO2 ::= SEQUENCE SIZE (1..MAX) OF ETYPE-INFO2-ENTRY
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.