Uses of Class
kz.gamma.hardware.tsp.TSPException

Packages that use TSPException
kz.gamma.hardware.tsp   
 

Uses of TSPException in kz.gamma.hardware.tsp
 

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

Methods in kz.gamma.hardware.tsp that throw TSPException
(package private) static int TSPUtil.getDigestLength(java.lang.String digestAlgOID, java.lang.String provider)
           
private static TimeStampResp TimeStampResponse.readTimeStampResp(java.io.InputStream in)
           
 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.hardware.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(CMSSignedData signedData)
           
TimeStampToken(ContentInfo contentInfo)
           
TimeStampTokenInfo(TSTInfo tstInfo)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.