nextBio, prevBio, TYPE_ACCEPT, TYPE_BASE64, TYPE_BER, TYPE_BIO, TYPE_BUFFER, TYPE_CIPHER, TYPE_CONNECT, TYPE_DESCRIPTOR, TYPE_FD, TYPE_FILE, TYPE_FILTER, TYPE_MD, TYPE_MEM, TYPE_NBIO_TEST, TYPE_NONE, TYPE_NULL, TYPE_NULL_FILTER, TYPE_PROXY_CLIENT, TYPE_PROXY_SERVER, TYPE_SOCKET, TYPE_SOURCE_SINK, TYPE_SSL
Constructor and Description |
---|
CipherBIOFilter(javax.crypto.Cipher cipher) |
Modifier and Type | Method and Description |
---|---|
void |
flush()
c: BIO_flush
|
int |
getType() |
int |
read(byte[] into,
int offset,
int len)
c: BIO_read
|
int |
write(byte[] out,
int offset,
int len)
c: BIO_write
|
asInputStream, asOutputStream, base64Filter, buffered, cipherFilter, crlfCopy, findType, fromString, gets, mdFilter, mem, memBuf, memBuf, next, nullSink, pop, push, reset, setMemEofReturn, toString
public void flush() throws java.io.IOException, PKCS7Exception
BIO
flush
in class BIO
java.io.IOException
PKCS7Exception
public int read(byte[] into, int offset, int len) throws java.io.IOException
BIO
public int write(byte[] out, int offset, int len) throws java.io.IOException
BIO
Copyright © 2002-2009 JRuby Team. All Rights Reserved.