|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cipher | |
| iaik.asn1.structures | |
| iaik.security.ssl | |
| javax.crypto | |
| Uses of Cipher in iaik.asn1.structures |
| Methods in iaik.asn1.structures that return Cipher | |
Cipher |
AlgorithmID.getCipherInstance()
Tries to find a Cipher implementation for this AlgorithmIdentifier. |
| Uses of Cipher in iaik.security.ssl |
| Methods in iaik.security.ssl that return Cipher | |
protected Cipher |
SecurityProvider.getCipher(java.lang.String algorithm,
int mode,
Key key,
AlgorithmParameterSpec param,
SecureRandom random)
This method returns the desired Cipher object. |
protected Cipher |
IaikProvider.getCipher(java.lang.String algorithm,
int mode,
Key key,
AlgorithmParameterSpec param,
SecureRandom random)
Return an implementation for the requested algorithm from the IAIK provider. |
| Uses of Cipher in javax.crypto |
| Subclasses of Cipher in javax.crypto | |
class |
NullCipher
Cipher that does not process the data. |
| Methods in javax.crypto that return Cipher | |
static Cipher |
Cipher.getInstance(java.lang.String algorithm)
Returns the default provider Cipher object implementation of the specified algorithm. |
static Cipher |
Cipher.getInstance(java.lang.String algorithm,
java.lang.String provider)
Returns a Cipher object for the specified algorithm, implemented by the given provider. |
| Methods in javax.crypto with parameters of type Cipher | |
java.lang.Object |
SealedObject.getObject(Cipher c)
Returns he original Serializable object from which this SealedObject has been created. |
| Constructors in javax.crypto with parameters of type Cipher | |
CipherOutputStream.CipherOutputStream(java.io.OutputStream os,
Cipher cipher)
Creates a CipherOutputStream using an OutputStream and a Cipher initialized either for encryption or decryption. |
|
SealedObject.SealedObject(java.io.Serializable object,
Cipher c)
Creates a SealedObject from the given Serializable object using the given Cipher for encryption. |
|
CipherInputStream.CipherInputStream(java.io.InputStream is,
Cipher cipher)
Creates a CipherInputStream using an InputStream and a Cipher initialized for either encryption or decryption. |
|
CipherInputStream.CipherInputStream(java.io.InputStream is,
Cipher cipher,
int bufferSize)
Creates a CipherInputStream using an InputStream, a Cipher initialized for either encryption or decryption and a buffer size. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||