Fulfillmentpublic class RsaSha256Fulfillment extends Object implements Fulfillment
| Modifier and Type | Field | Description |
|---|---|---|
static BigInteger |
PUBLIC_EXPONENT |
| Constructor | Description |
|---|---|
RsaSha256Fulfillment(RSAPublicKey publicKey,
byte[] signature) |
| Modifier and Type | Method | Description |
|---|---|---|
RsaSha256Condition |
getCondition() |
|
byte[] |
getEncoded() |
|
RSAPublicKey |
getPublicKey() |
|
byte[] |
getSignature() |
|
ConditionType |
getType() |
|
boolean |
verify(Condition condition,
byte[] message) |
public static final BigInteger PUBLIC_EXPONENT
public RsaSha256Fulfillment(RSAPublicKey publicKey, byte[] signature)
public ConditionType getType()
getType in interface Fulfillmentpublic RSAPublicKey getPublicKey()
public byte[] getSignature()
public byte[] getEncoded()
getEncoded in interface Fulfillmentpublic RsaSha256Condition getCondition()
getCondition in interface Fulfillmentpublic boolean verify(Condition condition, byte[] message)
verify in interface FulfillmentCopyright © 2018. All rights reserved.