DigiStamp.com
A B C D E F G H I L M N P R S T U V W

A

acctId - Variable in class dgs.tlkt.DgsConfig
Account number of the user and is created at DigiStamp support web site.
addPublicKey(X509Certificate) - Method in class dgs.tlkt.SignedDataA
Adds a certificate to the structure.
asEncoded() - Method in class dgs.tlkt.CMSTsToken
 
asEncoded() - Method in class dgs.tlkt.SignedDataA
This method returns a BER encoded CMS record that contains a Signed Data.
asEncoded() - Method in class dgs.tlkt.TsRequest
This method returns a DER encoded time stamp request.
asEncoded() - Method in class dgs.tlkt.TsResponse
This method returns a DER encoded time stamp response that was used to create this instance.
asEncoded() - Method in class dgs.tlkt.TstInfo
This method returns a DER encoded TSTInfo.

B

BAD_REQUEST - Static variable in class dgs.tlkt.TsResponse
PKIFailure information specific TSP badRequest = 2.
base64Bytes(String) - Static method in class dgs.tlkt.ToolkitUtility
Create a base 64 string from input byte array
base64String(byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Create a base 64 string from input byte array
byteArrayAppend(byte[], byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Returns new byte array from concatenation of input
byteArrayToString(byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Byte array is returned as string - integers separated by comma
byteArrayTrim(byte[], int) - Static method in class dgs.tlkt.ToolkitUtility
Trim the byte array to the specified length
byteArraysEqual(byte[], byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Are the two byte arrays equal?
byteCopy(byte[], int, int) - Static method in class dgs.tlkt.ToolkitUtility
Copy of the byte array from the specified position to the given position
byteToHex02sString(byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Returns the byte array as a hex string separated by spaces
byteToHex04String(byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Returns the byte array as hex string ("0X" notation)
byteToString(byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Returns the byte array as a hex string

C

CERT_EXP - Static variable in class dgs.tlkt.TsVerifyResult
The public key certificate used to verify the signature was expired at the time that the time stamp was created.
CERT_REVOKED - Static variable in class dgs.tlkt.TsVerifyResult
The public key certificate used to verify the signature had been revoked at the time that the time stamp was created.
CERT_TRUST - Static variable in class dgs.tlkt.TsVerifyResult
The public key certificate used to verify the signature did not have a trusted root.
CMSTsToken - class dgs.tlkt.CMSTsToken.
This is a Crytographic Message Syntax (CMS) record that contains a time stamp token.
CMSTsToken(byte[]) - Constructor for class dgs.tlkt.CMSTsToken
Decode the CMS record that contains a time stamp.
CMSTsToken(InputStream) - Constructor for class dgs.tlkt.CMSTsToken
Decode the CMS record that contains a time stamp.
CMSTsToken(TsResponse) - Constructor for class dgs.tlkt.CMSTsToken
CMSTsToken constructor from a DigiStamp server response.
CheckCertTrust - class dgs.tlkt.demo.CheckCertTrust.
In this process we confirm that the time stamp certificate was issued by a trusted root certificate.
CheckCertTrust(boolean, PrintStream) - Constructor for class dgs.tlkt.demo.CheckCertTrust
Create a processing instance.
CheckCertTrust() - Constructor for class dgs.tlkt.demo.CheckCertTrust
Create a processing instance.
CreateTimeStamp - class dgs.tlkt.demo.CreateTimeStamp.
Time stamping the contents of a file and save the new time stamp to disk.
CreateTimeStamp(boolean, PrintStream) - Constructor for class dgs.tlkt.demo.CreateTimeStamp
Create a processing instance.
calcAnID(byte[]) - Static method in class dgs.tlkt.ESSCertID
A convenience method to create an identifier that corresponds to the method
calcAnID(X509Certificate) - Static method in class dgs.tlkt.ESSCertID
A convenience method to create an identifier that corresponds to the method
checkTrust(X509Certificate, X509Certificate[]) - Method in class dgs.tlkt.demo.CheckCertTrust
Check to see if the particular certificate is trusted.
checkTrust(KeyStore, CertPath) - Method in class dgs.tlkt.demo.CheckCertTrust
Given a set of certificates that you trust, does this certificate chain have at trusted root?
compareResponse(CMSTsToken, TsRequest) - Method in class dgs.tlkt.demo.CreateTimeStamp
Did we get the expected data in the time stamp server response?
createTSofFile(String, String) - Method in class dgs.tlkt.demo.CreateTimeStamp
This method demonstrates time stamping the contents of a file.

D

DSG_SIG_POLICY1 - Static variable in class dgs.tlkt.ToolkitUtility
 
DgsComm - class dgs.tlkt.DgsComm.
This class handles all communications with the DigiStamp time stamp servers.
DgsComm() - Constructor for class dgs.tlkt.DgsComm
DgsCommTSR constructor.
DgsComm(Reporter) - Constructor for class dgs.tlkt.DgsComm
 
DgsConfig - class dgs.tlkt.DgsConfig.
Configues the user's preferences for using the Internet to communicate with DigiStamp time stamp servers.
DgsConfig() - Constructor for class dgs.tlkt.DgsConfig
Constructor
DgsConfig(DgsConfig) - Constructor for class dgs.tlkt.DgsConfig
Copy constructor
dNtoString(byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Given an ASN encoded x500 name, return a readable string of the name.
dNtoString(Principal) - Static method in class dgs.tlkt.ToolkitUtility
Given a java.security.Principal, return a readable string of the name.
dNtoString(X500Name) - Static method in class dgs.tlkt.ToolkitUtility
Given a sun.security.x509.X500Name, return a readable name
dateToGMTString(Date) - Static method in class dgs.tlkt.ToolkitUtility
Returns the data as a GMT string: "yyyy MM dd HH:mm:ss zz"
defaultConfigFileName - Static variable in class dgs.tlkt.DgsConfig
The default name of the file that holds the configuration data.
dgs.tlkt.demo - package dgs.tlkt.demo
The source code for demonstrating how you would write your client code to use this API.
diconnectReporter() - Method in class dgs.tlkt.DgsComm
Disconnect further reporting of status messages to the reporter.
digestSHA1(byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Only to be used on small byte arrays for testing purposes.
digestSHA1(InputStream) - Static method in class dgs.tlkt.ToolkitUtility
Only to be used on small byte arrays for testing purposes.

E

ESSCertID - class dgs.tlkt.ESSCertID.
The data structure used to identify a specific x.509 certificate.
ESSCertID(byte[], byte[], BigInteger) - Constructor for class dgs.tlkt.ESSCertID
 
ESSCertID(X509Certificate) - Constructor for class dgs.tlkt.ESSCertID
Given a certificate return its essCertID identifier.
EXT_NA - Static variable in class dgs.tlkt.TsResponse
PKIFailure information specific TSP unacceptedExtensions = 16.
ExceptionDgs - exception dgs.tlkt.ExceptionDgs.
Signals that a Time Stamping exception has occurred.
ExceptionDgsAccounting - exception dgs.tlkt.ExceptionDgsAccounting.
A DigiStamp accounting exception.
ExceptionDgsCommFail - exception dgs.tlkt.ExceptionDgsCommFail.
Internet communications failure
ExceptionDgsCommFail(String, Throwable) - Constructor for class dgs.tlkt.ExceptionDgsCommFail
ExceptionEtsCommFail constructor comment.
ExceptionDgsEncode - exception dgs.tlkt.ExceptionDgsEncode.
ASN.1 encoding exception
ExceptionDgsInternal - exception dgs.tlkt.ExceptionDgsInternal.
DigiStamp software experienced an error.
ExceptionDgsInvalidState - exception dgs.tlkt.ExceptionDgsInvalidState.
The processing failed bacause state data of the object had not been properly initialized.
ExceptionDgsNotSupported - exception dgs.tlkt.ExceptionDgsNotSupported.
The processing failed bacause state data of an object had a value that is not supported by DigiStamp.
encodeDNtoString(byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Insert the method's description here.
equals(Object) - Method in class dgs.tlkt.ESSCertID
Indicates whether some other object is "equal to" this one.

F

FORMAT - Static variable in class dgs.tlkt.TsResponse
PKIFailure information specific TSP badDataFormat = 5.
findCertInFile(CMSTsToken) - Method in class dgs.tlkt.demo.VerifySignature
 

G

GOOD - Static variable in class dgs.tlkt.VerifyResult
All actions of the verify process completed successfully
GRANTED - Static variable in class dgs.tlkt.TsResponse
PKIStatus level information RFC2510 PKIStatus = 0
getAccuracyMicros() - Method in class dgs.tlkt.TstInfo
TSP Accuracy microseconds units.
getAccuracyMillis() - Method in class dgs.tlkt.TstInfo
TSP Accuracy millisecond units.
getAccuracySeconds() - Method in class dgs.tlkt.TstInfo
TSP Accuracy in seconds.
getAlgorithmIdentifier() - Method in class dgs.tlkt.TstInfo
Algorithm that was used to create the hash of the time stamp data.
getAsID() - Method in class dgs.tlkt.ESSCertID
Compress this structure into an arbritrary ID.
getCertHash() - Method in class dgs.tlkt.ESSCertID
Return the ESSCertID.certHash
getCertRequest() - Method in class dgs.tlkt.TsRequest
Will the time stamp include the x.509 certificates?
getCertificate() - Method in class dgs.tlkt.VerifyResult
The x.509 certificate that contained the public key used in the signature verify process.
getCertificates() - Method in class dgs.tlkt.SignedDataA
Retrieve the x.509 public key certificates that are contained in the CMS record.
getContent() - Method in class dgs.tlkt.SignedDataA
Returns the signed content EncapsulatedContentInfo eContent [0] EXPLICIT OCTET STRING OPTIONAL
getContentHash() - Method in class dgs.tlkt.SignedDataA
Hash of the content (for a time stamp this is hash of TSTInfo) EncapsulatedContentInfo eContent [0] EXPLICIT OCTET STRING OPTIONAL For signature and "detached content", the user can provide an inputStream & this method returns the hash of the "detached content".
getContentType() - Method in class dgs.tlkt.SignedDataA
Returns the content type.
getContents() - Method in class dgs.tlkt.LangResource
 
getContents() - Method in class dgs.tlkt.LangResource_fr
 
getErrorCode() - Method in class dgs.tlkt.ExceptionDgsAccounting
 
getErrorCode() - Method in class dgs.tlkt.ExceptionDgsInternal
 
getFailInfo() - Method in class dgs.tlkt.TsResponse
TSP PKIFailureInfo
getGeneralizedTime() - Method in class dgs.tlkt.TstInfo
TSP genTime.
getGlobalConfig() - Static method in class dgs.tlkt.DgsComm
The current configuration that will be used for all communications requests.
getHashedMessage() - Method in class dgs.tlkt.TsRequest
TSP hashedMessage.
getHashedMessage() - Method in class dgs.tlkt.TstInfo
TSP hashedMessage.
getIssuerNameEncoded() - Method in class dgs.tlkt.ESSCertID
Return the DER encoded value of the issuer name in field: ESSCertID.issuerSerial.issuer
getJavaSystemKeystore() - Method in class dgs.tlkt.demo.CheckCertTrust
In this method we load the trusted keystore that comes with the Sun JVM in the file "cacerts".
getLastVerifyResult() - Method in class dgs.tlkt.CMSTsToken
This is a convenience method that allows you to ask the results of the most recent verify action.
getLocale() - Static method in class dgs.tlkt.DgsComm
This only applies if you are using the DgsComm.setReporter(Reporter) feature.
getNonce() - Method in class dgs.tlkt.TsRequest
TSP nonce.
getNonce() - Method in class dgs.tlkt.TstInfo
TSP nonce.
getOidText(String) - Static method in class dgs.tlkt.ToolkitUtility
Translate OID values used in the toolkit to more human readable.
getPkiFreeText() - Method in class dgs.tlkt.TsResponse
RFC2510 PKIFreeText
getPkiStatus() - Method in class dgs.tlkt.TsResponse
RFC2510 PKIStatus
getPolicy() - Method in class dgs.tlkt.TsRequest
Time stamp authority policy.
getPolicy() - Method in class dgs.tlkt.TstInfo
TSP policy OID identifier.
getResult() - Method in class dgs.tlkt.VerifyResult
The result of the verify process.
getSerial() - Method in class dgs.tlkt.TstInfo
TSP Serial Number.
getSerialNumber() - Method in class dgs.tlkt.ESSCertID
Return the ESSCertID.issuerSerial.serialNumber
getSignerInfo() - Method in class dgs.tlkt.CMSTsToken
RFC 2630 SignedData.SignerInfos.
getSignerInfos() - Method in class dgs.tlkt.SignedDataA
Returns the set of contained signer infos.
getTimeStampedDataHash() - Method in class dgs.tlkt.CMSTsToken
Returns the hash value of the time stamped data.
getTstInfo() - Method in class dgs.tlkt.CMSTsToken
RFC 2630 SignedData.EncapsulatedContentInfo
getVersion() - Static method in class dgs.tlkt.DgsComm
The version of the DigiStamp toolkit.
getVersion() - Method in class dgs.tlkt.SignedDataA
Returns the SignedData.CMSVersion
getVersion() - Method in class dgs.tlkt.TsRequest
TSP version.
getVersion() - Method in class dgs.tlkt.TstInfo
TSP version Current version of IETF RFC3161 is 1.

H

hexStringToByteArray(String) - Static method in class dgs.tlkt.ToolkitUtility
Given a hex string (format 2 with no spaces), convert to the byte array.
holdOutMinutes - Variable in class dgs.tlkt.DgsConfig
If a server did fail how long should we wait before allowing it to be tried again.

I

ID_CTI_ETS_PROOFOFAPPROVAL - Static variable in class dgs.tlkt.ToolkitUtility
The object identifier as a string for ID_CTI_ETS_PROOFOFAPPROVAL
ID_CTI_ETS_PROOFOFCREATION - Static variable in class dgs.tlkt.ToolkitUtility
The object identifier as a string for ID_CTI_ETS_PROOFOFCREATION
ID_CTI_ETS_PROOFOFORIGIN - Static variable in class dgs.tlkt.ToolkitUtility
The object identifier as a string for ID_CTI_ETS_PROOFOFORIGIN
ID_CTI_ETS_PROOFOFRECEIPT - Static variable in class dgs.tlkt.ToolkitUtility
The object identifier as a string for ID_CTI_ETS_PROOFOFRECEIPT
INFO_NA - Static variable in class dgs.tlkt.TsResponse
PKIFailure information specific TSP addInfoNotAvailable = 16.

L

LangResource - class dgs.tlkt.LangResource.
Text translation resource for English
LangResource() - Constructor for class dgs.tlkt.LangResource
 
LangResource_fr - class dgs.tlkt.LangResource_fr.
Text translation resource for French.
LangResource_fr() - Constructor for class dgs.tlkt.LangResource_fr
 
listOfServers - Variable in class dgs.tlkt.DgsConfig
String containing the DigiStamp servers used for TS's for example, "TSATEST1" goes to our test server.
listSize - Static variable in class dgs.tlkt.DgsConfig
Maximim size of DgsConfig.listOfServersarray.

M

main(String[]) - Static method in class dgs.tlkt.demo.CreateTimeStamp
Execute the demo from a command line.
main(String[]) - Static method in class dgs.tlkt.demo.ProductionProcess
Execute the demo.Enter parameters input file name that will be time stamped output file name of the time stamp
main(String[]) - Static method in class dgs.tlkt.demo.VerifySignature
 
myOut - Variable in class dgs.tlkt.demo.CheckCertTrust
where should the output go.
myOut - Variable in class dgs.tlkt.demo.CreateTimeStamp
where should the output go.
myOut - Variable in class dgs.tlkt.demo.VerifySignature
where should the output go.

N

NOT_SUPPORTED - Static variable in class dgs.tlkt.TsResponse
PKIFailure information specific TSP badAlg = 0.
NO_CERT - Static variable in class dgs.tlkt.VerifyResult
Verify failed because a public key certificate was not available.
NO_DOC_HASH - Static variable in class dgs.tlkt.VerifyResult
Verify failed becase the hash value of the signed data was not available.
NO_FAIL_INFO - Static variable in class dgs.tlkt.TsResponse
PKIFailure in verify, no information available = -1.

P

ProductionProcess - class dgs.tlkt.demo.ProductionProcess.
An example of client code for the complete process of time stamping your data.
ProductionProcess() - Constructor for class dgs.tlkt.demo.ProductionProcess
 
password - Variable in class dgs.tlkt.DgsConfig
Password of the user.
printTSInfo(CMSTsToken) - Static method in class dgs.tlkt.ToolkitUtility
Display information contained in the time stamp.

R

REJECTION - Static variable in class dgs.tlkt.TsResponse
PKIStatus level information RFC2510 PKIStatus = 2
Reporter - interface dgs.tlkt.Reporter.
Allows an object to report execution status and events.
readFile(String) - Static method in class dgs.tlkt.DgsConfig
Load the value of the configuration from a file.
readFile(File) - Static method in class dgs.tlkt.ToolkitUtility
Convenience method to read a file to a byte array.
readFile(String) - Static method in class dgs.tlkt.ToolkitUtility
Convenience method to read a file to a byte array.
removeCertificates() - Method in class dgs.tlkt.SignedDataA
Remove all the x.509 public key certificates from the CMS record.
removeContent() - Method in class dgs.tlkt.SignedDataA
Remove the content from the CMS record.
removePublicKey(X509Certificate) - Method in class dgs.tlkt.SignedDataA
Remove a specific x.509 public key certificates from the CMS record.
report(String) - Method in interface dgs.tlkt.Reporter
This method receives the text descriptions.
retryNum - Variable in class dgs.tlkt.DgsConfig
How many times should the time-stamp request be attempted.
roundRobin - Variable in class dgs.tlkt.DgsConfig
Use the time-stamp servers in the list in a round-robin fashion.
runDemo(String, String) - Method in class dgs.tlkt.demo.CreateTimeStamp
A demostration of time stamp the content of a file.
runDemo(String, String) - Method in class dgs.tlkt.demo.ProductionProcess
This is a demonstration of code that peforms the basic steps of a client user of the SecureTime toolkit.

S

SGND_ATTR - Static variable in class dgs.tlkt.VerifyResult
Verify failed because the Signed Attribute existed and the hash of the data was not correct.
SHA_1 - Static variable in class dgs.tlkt.ToolkitUtility
The object identifier as a string for SHA_1
SIG - Static variable in class dgs.tlkt.VerifyResult
Verify failed because the signature bytes did not verify with the public key.
SignedDataA - class dgs.tlkt.SignedDataA.
This is a Crytographic Message Syntax (CMS) record from IETF RFC 2630.
s_trustedRootFileName - Static variable in class dgs.tlkt.demo.CheckCertTrust
The name of the trusted root certificate.
setCertRequest(boolean) - Method in class dgs.tlkt.TsRequest
Should the returned time stamp include the x.509 certificates?
setGlobalConfig(DgsConfig) - Static method in class dgs.tlkt.DgsComm
Set the configuration for all communication to the DigiStamp servers.
setHashedMessage(byte[]) - Method in class dgs.tlkt.TsRequest
TSP hashedMessage.
setHashedMessage(byte[], String) - Method in class dgs.tlkt.TsRequest
TSP hashedMessage and algorithm identifier.
setLocale(Locale) - Static method in class dgs.tlkt.DgsComm
Setting the Locale cause the reporter messages to be translated to this language.
setNonce(BigInteger) - Method in class dgs.tlkt.TsRequest
TSP nonce.
setPolicy(String) - Method in class dgs.tlkt.TsRequest
Time stamp authority policy under which the time stamp is provided.
setReporter(Reporter) - Method in class dgs.tlkt.DgsComm
Supplying a Reporter object allows the processing to report communications events.
setTimeStampedData(InputStream) - Method in class dgs.tlkt.CMSTsToken
Supply the data that was time stamped.
setupConfig(String, String) - Method in class dgs.tlkt.demo.CreateTimeStamp
Set your Internet communications preferences.
sslFlag - Variable in class dgs.tlkt.DgsConfig
Flag to indicate if SSL communication is to be used.

T

TIME_NA - Static variable in class dgs.tlkt.TsResponse
PKIFailure information specific TSP timeNotAvailable = 14.
TST_INFO - Static variable in class dgs.tlkt.TsVerifyResult
Verify failed because the hash of the user data was not contained in TstInfo.
ToolkitUtility - class dgs.tlkt.ToolkitUtility.
This class contains several "help functions" related to time stamp processing.
TsRequest - class dgs.tlkt.TsRequest.
Structure of data sent in a time stamp request.
TsRequest() - Constructor for class dgs.tlkt.TsRequest
TSRequest constructor.
TsRequest(boolean) - Constructor for class dgs.tlkt.TsRequest
Create a request and specify if the certificates should be included with the response.
TsRequest(byte[]) - Constructor for class dgs.tlkt.TsRequest
Decode a Time Stamp Request.
TsResponse - class dgs.tlkt.TsResponse.
Response packet of data from the DigiStamp server.
TsResponse(byte[]) - Constructor for class dgs.tlkt.TsResponse
TsResponse constructor by supplying a DER encoded byte[].
TsVerifyResult - class dgs.tlkt.TsVerifyResult.
The results from a request to verify a time stamp.
TstInfo - class dgs.tlkt.TstInfo.
TSTInfo structure defined for the Time Stamp Protocol (TSP) in IETF RFC3161.
theInstance() - Static method in class dgs.tlkt.DgsComm
This method is used when treating this class as a "singleton" - one instance is used by all clients.
timeOut - Variable in class dgs.tlkt.DgsConfig
How long to wait before you "timeout" waiting for a response for the DigiStamp server.
timeStamp(byte[]) - Method in class dgs.tlkt.DgsComm
Send a time stamp request to DigiStamp time stamp servers and return an encoded time stamp response.
timeStamp(TsRequest) - Method in class dgs.tlkt.DgsComm
Send a time stamp request to DigiStamp time stamp servers and return a Time Stamp.
timeStamp(TsRequest, DgsConfig) - Method in class dgs.tlkt.DgsComm
Send a time stamp request to DigiStamp time stamp servers and return a Time Stamp.
timeStamp(TsRequest, String, byte[]) - Method in class dgs.tlkt.DgsComm
Send a time stamp request to DigiStamp time stamp servers and return a Time Stamp.
toString() - Method in class dgs.tlkt.ExceptionDgs
 
toString() - Method in class dgs.tlkt.ExceptionDgsAccounting
 
toString() - Method in class dgs.tlkt.ExceptionDgsInternal
 
toString() - Method in class dgs.tlkt.VerifyResult
 
traceFlag - Variable in class dgs.tlkt.DgsConfig
Should diagnostic trace information be written to sysout.

U

UNACCEPTED_POLICY - Static variable in class dgs.tlkt.TsResponse
PKIFailure information specific TSP unacceptedPolicy = 15.
UNKNOWN - Static variable in class dgs.tlkt.VerifyResult
Verify failed with unspecified error

V

VERIFY_FAIL_HASH_TST - Static variable in class dgs.tlkt.TsResponse
PKIFailure in verify, SHA-1 hash of content did not equal signed attribute value = 102.
VERIFY_FAIL_KEY_NF - Static variable in class dgs.tlkt.TsResponse
PKIFailure in verify, DigiStamp did not have the public key to do verify = 101.
VERIFY_FAIL_SIG - Static variable in class dgs.tlkt.TsResponse
PKIFailure in verify, signature did not verify = 103.
VERIFY_GOOD - Static variable in class dgs.tlkt.TsResponse
PKIFailure in verify, verify of time stamp was successful = 100.
VerifyResult - class dgs.tlkt.VerifyResult.
The results from a request to verify a signature.
VerifySignature - class dgs.tlkt.demo.VerifySignature.
Verify that the time stamp for a particular file is authentic.
VerifySignature() - Constructor for class dgs.tlkt.demo.VerifySignature
Create a processing instance.
VerifySignature(boolean, PrintStream) - Constructor for class dgs.tlkt.demo.VerifySignature
 
verbose - Variable in class dgs.tlkt.demo.CheckCertTrust
detailed output ?
verbose - Variable in class dgs.tlkt.demo.CreateTimeStamp
detailed output ?
verbose - Variable in class dgs.tlkt.demo.VerifySignature
detailed output ?
verify(byte[]) - Method in class dgs.tlkt.CMSTsToken
Verify the timestamp based on your supplied value for the hash value of the time stamped data.
verify(byte[], X509Certificate[]) - Method in class dgs.tlkt.CMSTsToken
Verify the timestamp based on your supplied value for the hash value of the time stamped data.
verify(X509Certificate[]) - Method in class dgs.tlkt.CMSTsToken
Verify the timestamp under the assumption that you have supplied the data that was time stamped.
verify() - Method in class dgs.tlkt.CMSTsToken
Verify the timestamp under the assumption that you have supplied the data that was time stamped.
verifySignature(String, CMSTsToken) - Method in class dgs.tlkt.demo.VerifySignature
Demonstrate the core steps in verifying the time stamp token.
verifySignature(CMSTsToken) - Method in class dgs.tlkt.demo.VerifySignature
Verify the signature using the RSA capabilities delivered with the VM.
verifyTSofFile(String, String) - Method in class dgs.tlkt.demo.VerifySignature
Give a file that was time stamped and a time stamp.

W

writeToFile(File, byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Convenience method to write a byte array to disk.
writeToFile(String, byte[]) - Static method in class dgs.tlkt.ToolkitUtility
Convenience method to write a byte array to disk.

A B C D E F G H I L M N P R S T U V W
Copyright 2000-2005 DigiStamp, Inc.