Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.asymmetric.util
Class BaseCipherSpi.ErasableOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--java.io.ByteArrayOutputStream
              |
              +--org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi.ErasableOutputStream
Enclosing class:
BaseCipherSpi

protected static final class BaseCipherSpi.ErasableOutputStream
extends java.io.ByteArrayOutputStream


Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
BaseCipherSpi.ErasableOutputStream()
           
 
Method Summary
 void erase()
           
 byte[] getBuf()
           
 
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseCipherSpi.ErasableOutputStream

public BaseCipherSpi.ErasableOutputStream()
Method Detail

getBuf

public byte[] getBuf()

erase

public void erase()

Bouncy Castle Cryptography Library 1.77.0