Uses of Class
kz.gamma.tsp.TSPException

Packages that use TSPException
kz.gamma.tsp   
 

Uses of TSPException in kz.gamma.tsp
 

Subclasses of TSPException in kz.gamma.tsp
 class TSPValidationException
          Exception thrown if a TSP request or response fails to validate.
 

Methods in kz.gamma.tsp that throw TSPException
 TimeStampResponse TimeStampResponseGenerator.generate(TimeStampRequest request, java.math.BigInteger serialNumber, java.util.Date genTime, java.lang.String provider)
           
 TimeStampToken TimeStampTokenGenerator.generate(TimeStampRequest request, java.math.BigInteger serialNumber, java.util.Date genTime, java.lang.String provider)
           
(package private) static int TSPUtil.getDigestLength(java.lang.String digestAlgOID, java.lang.String provider)
           
private static TimeStampResp TimeStampResponse.readTimeStampResp(java.io.InputStream in)
           
 void TimeStampTokenGenerator.setCertificatesAndCRLs(java.security.cert.CertStore certificates)
           
 void TimeStampRequest.validate(java.util.Set algorithms, java.util.Set policies, java.util.Set extensions, java.lang.String provider)
          Validate the timestamp request, checking the digest to see if it is of an accepted type and whether it is of the correct length for the algorithm specified.
 void TimeStampResponse.validate(TimeStampRequest request)
          Check this response against to see if it a well formed response for the passed in request.
 void TimeStampToken.validate(java.security.cert.X509Certificate cert, java.lang.String provider)
          Validate the time stamp token.
 

Constructors in kz.gamma.tsp that throw TSPException
TimeStampResponse(byte[] resp)
          Create a TimeStampResponse from a byte array containing an ASN.1 encoding.
TimeStampResponse(java.io.InputStream in)
          Create a TimeStampResponse from an input stream containing an ASN.1 encoding.
TimeStampResponse(TimeStampResp resp)
           
TimeStampToken(kz.gamma.cms.CMSSignedData signedData)
           
TimeStampToken(kz.gamma.asn1.cms.ContentInfo contentInfo)
           
TimeStampTokenGenerator(java.security.PrivateKey key, java.security.cert.X509Certificate cert, java.lang.String digestOID, java.lang.String tsaPolicyOID)
          basic creation - only the default attributes will be included here.
TimeStampTokenGenerator(java.security.PrivateKey key, java.security.cert.X509Certificate cert, java.lang.String digestOID, java.lang.String tsaPolicyOID, kz.gamma.asn1.cms.AttributeTable signedAttr, kz.gamma.asn1.cms.AttributeTable unsignedAttr)
          create with a signer with extra signed/unsigned attributes.
TimeStampTokenInfo(TSTInfo tstInfo)
           
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.