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
IOExceptionGeneralSecurityExceptionpublic CombinedCipherOutputStream(OutputStream out, RSAKey key, String algorithm) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionCopyright © 2019. All rights reserved.