public class PublicKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SIZE |
private mybouncycastle.org.bouncycastle.math.ec.ECPoint |
underlyingValue |
Modifier | Constructor and Description |
---|---|
private |
PublicKey(mybouncycastle.org.bouncycastle.math.ec.ECPoint point) |
|
PublicKey(PrivateKey privateKey) |
Modifier and Type | Method and Description |
---|---|
private PublicKey |
blind(BlindingFactor blindingFactor) |
PublicKey |
blind(byte[] messageCounterPrefix) |
PublicKey |
blind(PrivateKey privateKey) |
PublicKey |
blind(PublicKey publicKey) |
boolean |
equals(java.lang.Object obj) |
static PublicKey |
fromBytes(byte[] binaryKey) |
private mybouncycastle.org.bouncycastle.math.ec.ECPoint |
getUnderlyingValue() |
byte[] |
toBytes() |
byte[] |
toSymmetricKey() |
public static final int SIZE
private final mybouncycastle.org.bouncycastle.math.ec.ECPoint underlyingValue
public PublicKey(PrivateKey privateKey)
private PublicKey(mybouncycastle.org.bouncycastle.math.ec.ECPoint point)
public byte[] toSymmetricKey() throws SymmetricKeyCreationFailed
SymmetricKeyCreationFailed
public PublicKey blind(PrivateKey privateKey)
public PublicKey blind(PublicKey publicKey) throws SymmetricKeyCreationFailed
SymmetricKeyCreationFailed
public PublicKey blind(byte[] messageCounterPrefix) throws SymmetricKeyCreationFailed
SymmetricKeyCreationFailed
private PublicKey blind(BlindingFactor blindingFactor)
private mybouncycastle.org.bouncycastle.math.ec.ECPoint getUnderlyingValue()
public static PublicKey fromBytes(byte[] binaryKey)
public byte[] toBytes()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2023. All rights reserved.