public class PublicKey extends Object implements Serializable
| Constructor and Description |
|---|
PublicKey(byte[] keyBytes) |
| Modifier and Type | Method and Description |
|---|---|
RSAPublicKey |
getKey() |
byte[] |
getKeyBytes() |
public PublicKey(byte[] keyBytes)
throws InvalidKeySpecException,
NoSuchAlgorithmException
public RSAPublicKey getKey()
public byte[] getKeyBytes()
Copyright © 2018. All rights reserved.