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

Packages that use EncryptionTypeInfoEntry
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 EncryptionTypeInfoEntry in org.apache.directory.server.kerberos.shared.io.decoder
 

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

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

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



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