org.apache.james.jdkim.api
Interface SignatureRecord

All Known Implementing Classes:
SignatureRecordImpl

public interface SignatureRecord

A complete SignatureRecord, including the signature and "formatted".


Field Summary
static String ALL
           
static String RELAXED
           
static String SIMPLE
           
 
Method Summary
 String getBodyCanonicalisationMethod()
           
 byte[] getBodyHash()
           
 int getBodyHashLimit()
           
 CharSequence getDToken()
           
 CharSequence getHashAlgo()
           
 CharSequence getHashKeyType()
           
 CharSequence getHashMethod()
           
 String getHeaderCanonicalisationMethod()
           
 List getHeaders()
           
 CharSequence getIdentity()
           
 CharSequence getIdentityLocalPart()
           
 List getRecordLookupMethods()
           
 CharSequence getSelector()
           
 byte[] getSignature()
           
 void setBodyHash(byte[] newBodyHash)
           
 void setSignature(byte[] newSignature)
           
 String toUnsignedString()
           
 void validate()
           
 

Field Detail

RELAXED

static final String RELAXED
See Also:
Constant Field Values

SIMPLE

static final String SIMPLE
See Also:
Constant Field Values

ALL

static final String ALL
See Also:
Constant Field Values
Method Detail

getHeaders

List getHeaders()

getIdentityLocalPart

CharSequence getIdentityLocalPart()

getIdentity

CharSequence getIdentity()

getHashKeyType

CharSequence getHashKeyType()

getHashMethod

CharSequence getHashMethod()

getHashAlgo

CharSequence getHashAlgo()

getSelector

CharSequence getSelector()

getDToken

CharSequence getDToken()

getBodyHash

byte[] getBodyHash()

getBodyHashLimit

int getBodyHashLimit()

getHeaderCanonicalisationMethod

String getHeaderCanonicalisationMethod()

getBodyCanonicalisationMethod

String getBodyCanonicalisationMethod()

getRecordLookupMethods

List getRecordLookupMethods()

validate

void validate()

getSignature

byte[] getSignature()

setSignature

void setSignature(byte[] newSignature)

setBodyHash

void setBodyHash(byte[] newBodyHash)

toUnsignedString

String toUnsignedString()


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.