class X509Encryption.EncryptInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
_bodyIn |
private javax.crypto.Cipher |
_cipher |
private javax.crypto.CipherInputStream |
_cipherIn |
private Hessian2Input |
_in |
Constructor and Description |
---|
X509Encryption.EncryptInputStream(Hessian2Input in) |
private Hessian2Input _in
private javax.crypto.Cipher _cipher
private java.io.InputStream _bodyIn
private javax.crypto.CipherInputStream _cipherIn
X509Encryption.EncryptInputStream(Hessian2Input in) throws java.io.IOException
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buffer, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
Copyright 2003-2013. All Rights Reserved.