Uses of Class
com.digt.trusted.tsp.TSPException

Packages that use TSPException
com.digt.trusted.tsp   
 

Uses of TSPException in com.digt.trusted.tsp
 

Subclasses of TSPException in com.digt.trusted.tsp
 class TSPValidationException
          Exception thrown if a TSP request or response fails to validate.
 

Methods in com.digt.trusted.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)
           
 TimeStampToken TSPHelper.getTimeStampLocal(java.security.PrivateKey key, java.security.cert.X509Certificate ca, java.security.cert.X509Certificate cert)
          Создает штамп времени с помощью встроенного в библиотеку генератора.
 TimeStampToken TSPHelper.getTimeStampOnline(java.lang.String tsaUrl)
          Запрашивает штамп времени с сервера служб штампов времени.
 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)
           
 void TimeStampToken.validate(java.security.cert.X509Certificate cert, java.lang.String provider)
          Validate the time stamp token.
 

Constructors in com.digt.trusted.tsp that throw TSPException
TimeStampResponse(byte[] req)
           
TimeStampResponse(java.io.InputStream in)
           
TimeStampResponse(TimeStampResp resp)
           
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, AttributeTable signedAttr, AttributeTable unsignedAttr)
          create with a signer with extra signed/unsigned attributes.