public class EncryptedRSAKeyPair extends Object
| Constructor and Description |
|---|
EncryptedRSAKeyPair(KeyPair RSAKeyPair)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptedModulus()
Get encrypted modulus to be transferred on the net.
|
KeyPair |
getRSAKeyPair()
Get default RSA key pair
|
public EncryptedRSAKeyPair(KeyPair RSAKeyPair)
RSAKeyPair - standard RSA KeyPair generated with standard KeyPairGenerator
KeyPairGeneratorpublic KeyPair getRSAKeyPair()
public byte[] getEncryptedModulus()
Copyright © 2014–2015. All rights reserved.