Package org.apache.directory.server.kerberos.shared.crypto.encryption

Provides support for Kerberos CipherText operations.

See:
          Description

Class Summary
Aes128CtsSha1Encryption  
Aes256CtsSha1Encryption  
CipherTextHandler A Hashed Adapter encapsulating ASN.1 encoders and decoders and cipher text engines to perform seal() and unseal() operations.
Des3CbcSha1KdEncryption  
DesCbcCrcEncryption  
DesStringToKey An implementation of the DES string-to-key function as originally described in RFC 1510, "The Kerberos Network Authentication Service (V5)," and clarified in RFC 3961, "Encryption and Checksum Specifications for Kerberos 5."
EncryptionEngine  
KerberosKeyFactory A factory class for producing KerberosKey's.
KeyUsage From RFC 4120, "The Kerberos Network Authentication Service (V5)": 7.5.1.
NFold An implementation of the n-fold algorithm, as required by RFC 3961, "Encryption and Checksum Specifications for Kerberos 5." "To n-fold a number X, replicate the input value to a length that is the least common multiple of n and the length of X.
RandomKeyFactory A factory class for producing random keys, suitable for use as session keys.
 

Enum Summary
EncryptionType A type-safe enumeration of Kerberos encryption types.
 

Package org.apache.directory.server.kerberos.shared.crypto.encryption Description

Provides support for Kerberos CipherText operations.

Version:
$Rev$, $Date$
Author:
Apache Directory Project


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