Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.asymmetric.ec
Class GMCipherSpi.ErasableOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.ByteArrayOutputStream
          extended byorg.bouncycastle.jcajce.provider.asymmetric.ec.GMCipherSpi.ErasableOutputStream
Enclosing class:
GMCipherSpi

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


Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
GMCipherSpi.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

GMCipherSpi.ErasableOutputStream

public GMCipherSpi.ErasableOutputStream()
Method Detail

getBuf

public byte[] getBuf()

erase

public void erase()

Bouncy Castle Cryptography Library 1.81