| java.lang.Object javax.crypto.Cipher javax.crypto.NullCipher
NullCipher | public NullCipher()(Code) | | |
Methods inherited from javax.crypto.Cipher | final public byte[] doFinal() throws IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) final public int doFinal(byte[] output, int outputOffset) throws IllegalBlockSizeException, ShortBufferException, BadPaddingException(Code)(Java Doc) final public byte[] doFinal(byte[] input) throws IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) final public byte[] doFinal(byte[] input, int inputOffset, int inputLen) throws IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) final public int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) final public int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) final public int doFinal(ByteBuffer input, ByteBuffer output) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) final public String getAlgorithm()(Code)(Java Doc) final public int getBlockSize()(Code)(Java Doc) final public ExemptionMechanism getExemptionMechanism()(Code)(Java Doc) final public byte[] getIV()(Code)(Java Doc) final public static Cipher getInstance(String transformation) throws NoSuchAlgorithmException, NoSuchPaddingException(Code)(Java Doc) final public static Cipher getInstance(String transformation, String provider) throws NoSuchAlgorithmException, NoSuchProviderException, NoSuchPaddingException(Code)(Java Doc) final public static Cipher getInstance(String transformation, Provider provider) throws NoSuchAlgorithmException, NoSuchPaddingException(Code)(Java Doc) final public static int getMaxAllowedKeyLength(String transformation) throws NoSuchAlgorithmException(Code)(Java Doc) final public static AlgorithmParameterSpec getMaxAllowedParameterSpec(String transformation) throws NoSuchAlgorithmException(Code)(Java Doc) final public int getOutputSize(int inputLen)(Code)(Java Doc) final public AlgorithmParameters getParameters()(Code)(Java Doc) final public Provider getProvider()(Code)(Java Doc) final public void init(int opmode, Key key) throws InvalidKeyException(Code)(Java Doc) final public void init(int opmode, Key key, SecureRandom random) throws InvalidKeyException(Code)(Java Doc) final public void init(int opmode, Key key, AlgorithmParameterSpec params) throws InvalidKeyException, InvalidAlgorithmParameterException(Code)(Java Doc) final public void init(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException(Code)(Java Doc) final public void init(int opmode, Key key, AlgorithmParameters params) throws InvalidKeyException, InvalidAlgorithmParameterException(Code)(Java Doc) final public void init(int opmode, Key key, AlgorithmParameters params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException(Code)(Java Doc) final public void init(int opmode, Certificate certificate) throws InvalidKeyException(Code)(Java Doc) final public void init(int opmode, Certificate certificate, SecureRandom random) throws InvalidKeyException(Code)(Java Doc) final public Key unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) throws InvalidKeyException, NoSuchAlgorithmException(Code)(Java Doc) final public byte[] update(byte[] input)(Code)(Java Doc) final public byte[] update(byte[] input, int inputOffset, int inputLen)(Code)(Java Doc) final public int update(byte[] input, int inputOffset, int inputLen, byte[] output) throws ShortBufferException(Code)(Java Doc) final public int update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws ShortBufferException(Code)(Java Doc) final public int update(ByteBuffer input, ByteBuffer output) throws ShortBufferException(Code)(Java Doc) final public byte[] wrap(Key key) throws IllegalBlockSizeException, InvalidKeyException(Code)(Java Doc)
|
|
|