Uses of Class
org.apache.directory.shared.kerberos.exceptions.KerberosException

Packages that use KerberosException
org.apache.directory.server.kerberos.protocol.codec   
org.apache.directory.server.kerberos.shared.crypto.checksum Provides support for checksum calculations. 
org.apache.directory.server.kerberos.shared.crypto.encryption Provides support for Kerberos CipherText operations. 
org.apache.directory.server.kerberos.shared.store Provides the implementation for storing Kerberos principals and symmetric keys backed by JNDI. 
org.apache.directory.shared.kerberos.exceptions   
 

Uses of KerberosException in org.apache.directory.server.kerberos.protocol.codec
 

Methods in org.apache.directory.server.kerberos.protocol.codec that throw KerberosException
static ApRep KerberosDecoder.decodeApRep(byte[] data)
          Decode a AP-REP structure
static ApReq KerberosDecoder.decodeApReq(byte[] data)
          Decode a AP-REQ structure
static Authenticator KerberosDecoder.decodeAuthenticator(byte[] data)
          Decode a Authenticator structure
static AuthorizationData KerberosDecoder.decodeAuthorizationData(byte[] data)
          Decode a AuthorizationData structure
static EncApRepPart KerberosDecoder.decodeEncApRepPart(byte[] data)
          Decode an EncApRepPart structure
static EncAsRepPart KerberosDecoder.decodeEncAsRepPart(byte[] data)
          Decode an EncAsRepPart structure
static EncKdcRepPart KerberosDecoder.decodeEncKdcRepPart(byte[] data)
          Decode an EncKdcRepPart structure
static EncKrbPrivPart KerberosDecoder.decodeEncKrbPrivPart(byte[] data)
          Decode an EncKrbPrivPart structure
static EncryptedData KerberosDecoder.decodeEncryptedData(byte[] data)
          Decode an EncrytedData structure
static EncryptionKey KerberosDecoder.decodeEncryptionKey(byte[] data)
          Decode an EncryptionKey structure
static EncTicketPart KerberosDecoder.decodeEncTicketPart(byte[] data)
          Decode an EncTicketPart structure
static KrbPriv KerberosDecoder.decodeKrbPriv(byte[] data)
          Decode a KRB-PRIV structure
static PaEncTsEnc KerberosDecoder.decodePaEncTsEnc(byte[] data)
          Decode an PaEncTsEnc structure
static PrincipalName KerberosDecoder.decodePrincipalName(byte[] data)
          Decode an PrincipalName structure
static Ticket KerberosDecoder.decodeTicket(byte[] data)
          Decode a Ticket structure
 

Uses of KerberosException in org.apache.directory.server.kerberos.shared.crypto.checksum
 

Methods in org.apache.directory.server.kerberos.shared.crypto.checksum that throw KerberosException
 Checksum ChecksumHandler.calculateChecksum(ChecksumType checksumType, byte[] bytes, byte[] key, KeyUsage usage)
          Calculate a checksum based on raw bytes and an (optional) key for keyed checksums.
 void ChecksumHandler.verifyChecksum(Checksum checksum, byte[] bytes, byte[] key, KeyUsage usage)
          Verify a checksum by providing the raw bytes and an (optional) key for keyed checksums.
 

Uses of KerberosException in org.apache.directory.server.kerberos.shared.crypto.encryption
 

Methods in org.apache.directory.server.kerberos.shared.crypto.encryption that throw KerberosException
 byte[] CipherTextHandler.decrypt(EncryptionKey key, EncryptedData data, KeyUsage usage)
          Decrypt a block of data.
 EncryptedData CipherTextHandler.encrypt(EncryptionKey key, byte[] plainText, KeyUsage usage)
           
protected abstract  byte[] EncryptionEngine.getDecryptedData(EncryptionKey key, EncryptedData data, KeyUsage usage)
           
 byte[] DesCbcCrcEncryption.getDecryptedData(EncryptionKey key, EncryptedData data, KeyUsage usage)
           
 byte[] Des3CbcSha1KdEncryption.getDecryptedData(EncryptionKey key, EncryptedData data, KeyUsage usage)
           
static EncryptionKey RandomKeyFactory.getRandomKey(EncryptionType encryptionType)
          Get a new random key for a given EncryptionType.
static Map<EncryptionType,EncryptionKey> RandomKeyFactory.getRandomKeys()
          Get a map of random keys.
static Map<EncryptionType,EncryptionKey> RandomKeyFactory.getRandomKeys(Set<EncryptionType> ciphers)
          Get a map of random keys for a list of cipher types to derive keys for.
 EncryptedData CipherTextHandler.seal(EncryptionKey key, org.apache.directory.shared.asn1.AbstractAsn1Object message, KeyUsage usage)
          Performs an encode and an encrypt.
 

Uses of KerberosException in org.apache.directory.server.kerberos.shared.store
 

Methods in org.apache.directory.server.kerberos.shared.store that throw KerberosException
 Ticket TicketFactory.getTicket(KerberosPrincipal clientPrincipal, KerberosPrincipal serverPrincipal, EncryptionKey serverKey)
          Build the service ticket.
 Map<EncryptionType,EncryptionKey> PrincipalStoreEntryModifier.reconstituteKeyMap(org.apache.directory.shared.ldap.model.entry.Attribute krb5key)
          Converts the ASN.1 encoded key set to a map of encryption types to encryption keys.
 

Uses of KerberosException in org.apache.directory.shared.kerberos.exceptions
 

Subclasses of KerberosException in org.apache.directory.shared.kerberos.exceptions
 class InvalidTicketException
          A exception used when there was an error while creating a Ticket
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.