Cryptix V3.1

Uses of Package
java.security

Packages that use java.security
cryptix   
cryptix.provider   
cryptix.provider.cipher   
cryptix.provider.elgamal   
cryptix.provider.key   
cryptix.provider.mac   
cryptix.provider.md   
cryptix.provider.mode   
cryptix.provider.padding   
cryptix.provider.rsa   
cryptix.util.math   
java.lang   
java.security   
java.security.interfaces   
 

Classes in java.security used by cryptix
ProviderException
           
 

Classes in java.security used by cryptix.provider
Provider
           
 

Classes in java.security used by cryptix.provider.cipher
Cipher
          This class is used to provide the functionality of a general purpose encryption algorithm, such as DES or RSA.
InvalidKeyException
           
InvalidParameterException
           
InvalidParameterTypeException
          This is the exception for invalid parameter types.
Key
           
KeyException
           
NoSuchParameterException
          NoSuchParameterException is thrown when a particular parameter is not available in an algorithm parameter set.
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
SymmetricCipher
          This interface is implemented by symmetric ciphers.
 

Classes in java.security used by cryptix.provider.elgamal
AsymmetricCipher
          This interface is implemented by asymmetric (public-key) ciphers.
Cipher
          This class is used to provide the functionality of a general purpose encryption algorithm, such as DES or RSA.
InvalidKeyException
           
InvalidParameterException
           
Key
           
KeyException
           
KeyPair
           
KeyPairGenerator
           
KeyPairGeneratorSpi
           
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
PrivateKey
           
PublicKey
           
SecureRandom
           
Signature
           
SignatureException
           
SignatureSpi
           
 

Classes in java.security used by cryptix.provider.key
ExtendedKeyGenerator
          The KeyGenerator class in JavaSoft's original version of JCE does not provide these essential features: ability to set key lengths, for algorithms that support more than one length.
InvalidKeyException
           
Key
           
KeyGenerator
          The KeyGenerator class is used to generate keys for a given algorithm.
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
SecretKey
          A secret key.
SecureRandom
           
WeakKeyException
          WeakKeyException is thrown when a weak key would have been generated (e.g.
 

Classes in java.security used by cryptix.provider.mac
InvalidParameterException
           
MessageDigest
           
MessageDigestSpi
           
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
 

Classes in java.security used by cryptix.provider.md
InvalidParameterException
           
InvalidParameterTypeException
          This is the exception for invalid parameter types.
MessageDigest
           
MessageDigestSpi
           
NoSuchParameterException
          NoSuchParameterException is thrown when a particular parameter is not available in an algorithm parameter set.
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
VariableLengthDigest
          This interface defines the additional API for MessageDigest classes that have a variable-length output.
 

Classes in java.security used by cryptix.provider.mode
Cipher
          This class is used to provide the functionality of a general purpose encryption algorithm, such as DES or RSA.
FeedbackCipher
          An interface implemented by algorithms that use feedback.
Key
           
KeyException
           
Mode
          This class is used to provide the functionality of an encryption mode, such as CBC, CFB, or OFB.
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
SymmetricCipher
          This interface is implemented by symmetric ciphers.
 

Classes in java.security used by cryptix.provider.padding
Padding
          Deprecated.  
PaddingScheme
          This class is extended by classes that provide a general-purpose padding scheme, such as the ones described in PKCS #5 or in RFC 1423 (PEM).
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
 

Classes in java.security used by cryptix.provider.rsa
AsymmetricCipher
          This interface is implemented by asymmetric (public-key) ciphers.
Cipher
          This class is used to provide the functionality of a general purpose encryption algorithm, such as DES or RSA.
InvalidKeyException
           
InvalidParameterException
           
Key
           
KeyPair
           
KeyPairGenerator
           
KeyPairGeneratorSpi
           
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
PrivateKey
           
PublicKey
           
SecureRandom
           
Signature
           
SignatureException
           
SignatureSpi
           
 

Classes in java.security used by cryptix.util.math
SecureRandom
           
 

Classes in java.security used by java.lang
ProtectionDomain
           
 

Classes in java.security used by java.security
Cipher
          This class is used to provide the functionality of a general purpose encryption algorithm, such as DES or RSA.
CodeSource
           
DigestException
           
GeneralSecurityException
          This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it.
Guard
           
IllegalBlockSizeException
          This exception is thrown when an incorrect block size is processed through a cipher.
InvalidAlgorithmParameterException
           
InvalidKeyException
           
InvalidParameterException
           
InvalidParameterTypeException
          This is the exception for invalid parameter types.
Key
           
KeyException
           
KeyGenerator
          The KeyGenerator class is used to generate keys for a given algorithm.
KeyPair
           
KeyPairGenerator
           
KeyPairGeneratorSpi
           
MessageDigest
           
MessageDigestSpi
           
Mode
          This class is used to provide the functionality of an encryption mode, such as CBC, CFB, or OFB.
NoSuchAlgorithmException
           
NoSuchParameterException
          NoSuchParameterException is thrown when a particular parameter is not available in an algorithm parameter set.
NoSuchProviderException
           
Padding
          Deprecated.  
PaddingScheme
          This class is extended by classes that provide a general-purpose padding scheme, such as the ones described in PKCS #5 or in RFC 1423 (PEM).
Parameterized
          This interface is implemented by algorithm objects that may be parameterized (i.e.
Permission
           
PermissionCollection
           
PrivateKey
           
Provider
           
PublicKey
           
SecretKey
          A secret key.
SecureRandom
           
SecureRandomSpi
           
Signature
           
SignatureException
           
SignatureSpi
           
WeakKeyException
          WeakKeyException is thrown when a weak key would have been generated (e.g.
 

Classes in java.security used by java.security.interfaces
InvalidParameterException
           
Key
           
PrivateKey
           
PublicKey
           
SecureRandom
           
 


Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.