public interface SignatureRecord
Modifier and Type | Field and Description |
---|---|
static String |
ALL |
static String |
ISCHEDULE_RELAXED |
static String |
RELAXED |
static String |
SIMPLE |
Modifier and Type | Method and Description |
---|---|
String |
getBodyCanonicalisationMethod() |
byte[] |
getBodyHash() |
int |
getBodyHashLimit() |
CharSequence |
getDToken() |
CharSequence |
getHashAlgo() |
CharSequence |
getHashKeyType() |
CharSequence |
getHashMethod() |
String |
getHeaderCanonicalisationMethod() |
List<CharSequence> |
getHeaders()
Return list of signed headers - that is the value of the "h" tag.
|
CharSequence |
getIdentity() |
CharSequence |
getIdentityLocalPart() |
List<CharSequence> |
getRecordLookupMethods() |
CharSequence |
getSelector() |
byte[] |
getSignature() |
Long |
getSignatureTimestamp() |
void |
setBodyHash(byte[] newBodyHash) |
void |
setSignature(byte[] newSignature) |
String |
toUnsignedString() |
void |
validate() |
static final String RELAXED
static final String ISCHEDULE_RELAXED
static final String SIMPLE
static final String ALL
List<CharSequence> getHeaders()
CharSequence getIdentityLocalPart()
CharSequence getIdentity()
CharSequence getHashKeyType()
CharSequence getHashMethod()
CharSequence getHashAlgo()
CharSequence getSelector()
CharSequence getDToken()
byte[] getBodyHash()
int getBodyHashLimit()
String getHeaderCanonicalisationMethod()
String getBodyCanonicalisationMethod()
List<CharSequence> getRecordLookupMethods()
void validate()
byte[] getSignature()
void setSignature(byte[] newSignature)
void setBodyHash(byte[] newBodyHash)
String toUnsignedString()
Long getSignatureTimestamp()
Copyright © 2008–2015. All rights reserved.