public class Rsa extends Object
| Constructor and Description |
|---|
Rsa() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
privateKey() |
byte[] |
publicKey() |
byte[] |
sign(HashAlg alg,
byte[] source) |
public byte[] privateKey()
public byte[] publicKey()
public byte[] sign(HashAlg alg, byte[] source)
Copyright © 2019. All rights reserved.