public final class RsaCipher extends Object implements Cipher
RsaCipher(RSAPublicKey publicKey)
byte[]
decrypt(byte[] data)
encrypt(byte[] data)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RsaCipher(RSAPublicKey publicKey)
public byte[] decrypt(byte[] data)
decrypt
Cipher
public byte[] encrypt(byte[] data)
encrypt
public String toString()
toString
Object
Copyright © 2016. All rights reserved.