com.sun.portal.ksecurity |
|
Java Source File Name | Type | Comment |
CertStore.java | Interface | This interface supports storage of certificates (not private keys or
symmetric keys). |
CryptoException.java | Class | Implements CryptoException which is thrown when a cryptographic
method encounters an error. |
Key.java | Interface | Implements an abstract class that represents all keys (both
symmetric and asymmetric). |
KeyBuilder.java | Class | The KeyBuilder class is used to generate key objects for
use in cryptographic operations. |
MD2.java | Class | |
MD5.java | Class | |
MessageDigest.java | Class | Implements an abstract class that generalizes all message digests.
It is modelled after javacard.security.MessageDigest. |
PRand.java | Class | Implements a pseudo random number generator. |
PrivateKey.java | Interface | The PrivateKey abstract class is the base class for all private
keys used in asymmetric algorithms. |
PublicKey.java | Interface | The PublicKey abstract class is the base class for all public
keys used in asymmetric algorithms. |
RandomData.java | Class | Implements an abstract class that generalizes random number
generators. |
RSAKey.java | Class | Implements RSAKey with methods to set and get RSA exponent
and modulus. |
RSAPrivateKey.java | Interface | Specifies the RSA private key interface. |
RSAPublicKey.java | Interface | Specifies the RSA public key interface. |
SecretKey.java | Class | Implements the base interface for keys used in symmetric algorithms. |
SHA.java | Class | |