class BlindingFactor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.math.BigInteger |
underlyingValue |
| Constructor and Description |
|---|
BlindingFactor(byte[] symmetricKey) |
BlindingFactor(PrivateKey privateKey) |
BlindingFactor(PublicKey publicKey) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.math.BigInteger |
getUnderlyingValue() |
BlindingFactor(PrivateKey privateKey)
BlindingFactor(PublicKey publicKey) throws SymmetricKeyCreationFailed
SymmetricKeyCreationFailedBlindingFactor(byte[] symmetricKey)
throws SymmetricKeyCreationFailed
SymmetricKeyCreationFailedCopyright © 2023. All rights reserved.