Bouncy Castle Cryptography Library 1.46

Deprecated API


Contents
Deprecated Methods
org.bouncycastle.tsp.TimeStampRequestGenerator.addExtension(String, boolean, ASN1Encodable)
          use method taking ASN1ObjectIdentifier 
org.bouncycastle.tsp.TimeStampRequestGenerator.addExtension(String, boolean, byte[])
          use method taking ASN1ObjectIdentifier 
org.bouncycastle.tsp.TimeStampResponseGenerator.generate(TimeStampRequest, BigInteger, Date, String)
          use method that does not require provider 
org.bouncycastle.tsp.TSPUtil.getSignatureTimestamps(SignerInformation, Provider)
          use getSignatureTimestamps(SignerInformation, DigestCalculatorProvider) 
org.bouncycastle.tsp.TimeStampTokenGenerator.setCertificatesAndCRLs(CertStore)
          use addCertificates and addCRLs 
org.bouncycastle.tsp.TimeStampToken.validate(X509Certificate, String)
            
 

Deprecated Constructors
org.bouncycastle.tsp.TimeStampTokenGenerator(PrivateKey, X509Certificate, String, String)
          use SignerInfoGenerator constructor 
org.bouncycastle.tsp.TimeStampTokenGenerator(PrivateKey, X509Certificate, String, String, AttributeTable, AttributeTable)
          use SignerInfoGenerator constructor 
 


Bouncy Castle Cryptography Library 1.46