| Interface and Description |
|---|
| org.bouncycastle.openssl.PasswordFinder
no longer used.
|
| Class and Description |
|---|
| org.bouncycastle.openssl.PEMWriter
use JcaPEMWriter
|
| Field and Description |
|---|
| org.bouncycastle.tsp.TimeStampTokenGenerator.R_MICROSECONDS
use R_HUNDREDTHS_OF_SECONDS - this field will be deleted!!
|
| Constructor and Description |
|---|
| org.bouncycastle.cert.path.validations.CRLValidation(X500Name, Store)
this constructor cannot verify CRL signatures, so a matched CRL is rejected
(fail-closed) rather than trusted. Use
CRLValidation(X500Name, SubjectPublicKeyInfo,
X509ContentVerifierProviderBuilder, Store) so CRLs are checked against the issuer's key. |
| org.bouncycastle.operator.GenericKey(Object)
provide an AlgorithmIdentifier.
|