public static final class UsageStatistics.CombinedCipherOutputStream extends FilterOutputStream
out
Constructor and Description |
---|
CombinedCipherOutputStream(OutputStream out,
Cipher asym,
String algorithm) |
CombinedCipherOutputStream(OutputStream out,
RSAKey key,
String algorithm) |
public CombinedCipherOutputStream(OutputStream out, Cipher asym, String algorithm) throws IOException, GeneralSecurityException
IOException
GeneralSecurityException
public CombinedCipherOutputStream(OutputStream out, RSAKey key, String algorithm) throws IOException, GeneralSecurityException
IOException
GeneralSecurityException
Copyright © 2004–2021. All rights reserved.