Package org.bouncycastle.asn1.pkcs
package org.bouncycastle.asn1.pkcs
Support classes useful for encoding and supporting the various RSA PKCS documents.
-
ClassDescriptionPKCS10 Certification request object.PKCS10 CertificationRequestInfo object.CRL Bag for PKCS#12The EncryptedData object.PBKDF2-params ::= SEQUENCE { salt CHOICE { specified OCTET STRING, otherSource AlgorithmIdentifier {{PBKDF2-SaltSources}} }, iterationCount INTEGER (1..MAX), keyLength INTEGER (1..MAX) OPTIONAL, prf AlgorithmIdentifier {{PBKDF2-PRFs}} DEFAULT algid-hmacWithSHA1 }From https://datatracker.ietf.org/doc/html/rfc8018the infamous Pfx from PKCS12pkcs-1 OBJECT IDENTIFIER ::=RFC 5958RFC 7292 - SecretBag carrier for arbitrary secret values stored in a PKCS#12 SafeBag of type
secretBag(PKCSObjectIdentifiers.secretBag).a PKCS#7 signed data object.a PKCS#7 signer info object.