Uses of Class
org.gudy.bouncycastle.asn1.x509.AlgorithmIdentifier
Packages that use AlgorithmIdentifier
Package
Description
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and processing X.509 certificates.
-
Uses of AlgorithmIdentifier in org.gudy.bouncycastle.asn1.pkcs
Subclasses of AlgorithmIdentifier in org.gudy.bouncycastle.asn1.pkcsModifier and TypeClassDescriptionclass
class
class
Deprecated.- use AlgorithmIdentifier and PBES2Paramsclass
Fields in org.gudy.bouncycastle.asn1.pkcs declared as AlgorithmIdentifierModifier and TypeFieldDescriptionprivate AlgorithmIdentifier
EncryptedPrivateKeyInfo.algId
private AlgorithmIdentifier
PrivateKeyInfo.algId
private AlgorithmIdentifier
SignerInfo.digAlgorithm
private AlgorithmIdentifier
SignerInfo.digEncryptionAlgorithm
protected AlgorithmIdentifier
CertificationRequest.sigAlgId
Methods in org.gudy.bouncycastle.asn1.pkcs that return AlgorithmIdentifierModifier and TypeMethodDescriptionPrivateKeyInfo.getAlgorithmId()
SignerInfo.getDigestAlgorithm()
SignerInfo.getDigestEncryptionAlgorithm()
EncryptedData.getEncryptionAlgorithm()
EncryptedPrivateKeyInfo.getEncryptionAlgorithm()
CertificationRequest.getSignatureAlgorithm()
Constructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type AlgorithmIdentifierModifierConstructorDescriptionCertificationRequest
(CertificationRequestInfo requestInfo, AlgorithmIdentifier algorithm, DERBitString signature) EncryptedData
(DERObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, DEREncodable content) EncryptedPrivateKeyInfo
(AlgorithmIdentifier algId, byte[] encoding) PrivateKeyInfo
(AlgorithmIdentifier algId, DERObject privateKey) PrivateKeyInfo
(AlgorithmIdentifier algId, DERObject privateKey, ASN1Set attributes) SignerInfo
(DERInteger version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes) -
Uses of AlgorithmIdentifier in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as AlgorithmIdentifierModifier and TypeFieldDescriptionprivate AlgorithmIdentifier
DigestInfo.algId
private AlgorithmIdentifier
SubjectPublicKeyInfo.algId
(package private) AlgorithmIdentifier
ObjectDigestInfo.digestAlgorithm
(package private) AlgorithmIdentifier
CertificateList.sigAlgId
(package private) AlgorithmIdentifier
X509CertificateStructure.sigAlgId
private AlgorithmIdentifier
AttributeCertificateInfo.signature
(package private) AlgorithmIdentifier
TBSCertificateStructure.signature
(package private) AlgorithmIdentifier
TBSCertList.signature
(package private) AlgorithmIdentifier
V1TBSCertificateGenerator.signature
private AlgorithmIdentifier
V2AttributeCertificateInfoGenerator.signature
(package private) AlgorithmIdentifier
V2TBSCertListGenerator.signature
(package private) AlgorithmIdentifier
V3TBSCertificateGenerator.signature
(package private) AlgorithmIdentifier
AttributeCertificate.signatureAlgorithm
Methods in org.gudy.bouncycastle.asn1.x509 that return AlgorithmIdentifierModifier and TypeMethodDescriptionDigestInfo.getAlgorithmId()
SubjectPublicKeyInfo.getAlgorithmId()
ObjectDigestInfo.getDigestAlgorithm()
static AlgorithmIdentifier
AlgorithmIdentifier.getInstance
(Object obj) static AlgorithmIdentifier
AlgorithmIdentifier.getInstance
(ASN1TaggedObject obj, boolean explicit) AttributeCertificateInfo.getSignature()
TBSCertificateStructure.getSignature()
TBSCertList.getSignature()
AttributeCertificate.getSignatureAlgorithm()
CertificateList.getSignatureAlgorithm()
X509CertificateStructure.getSignatureAlgorithm()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type AlgorithmIdentifierModifier and TypeMethodDescriptionvoid
V1TBSCertificateGenerator.setSignature
(AlgorithmIdentifier signature) void
V2AttributeCertificateInfoGenerator.setSignature
(AlgorithmIdentifier signature) void
V2TBSCertListGenerator.setSignature
(AlgorithmIdentifier signature) void
V3TBSCertificateGenerator.setSignature
(AlgorithmIdentifier signature) Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type AlgorithmIdentifierModifierConstructorDescriptionAttributeCertificate
(AttributeCertificateInfo acinfo, AlgorithmIdentifier signatureAlgorithm, DERBitString signatureValue) DigestInfo
(AlgorithmIdentifier algId, byte[] digest) ObjectDigestInfo
(int digestedObjectType, String otherObjectTypeID, AlgorithmIdentifier digestAlgorithm, byte[] objectDigest) Constructor from given details.SubjectPublicKeyInfo
(AlgorithmIdentifier algId, byte[] publicKey) SubjectPublicKeyInfo
(AlgorithmIdentifier algId, DEREncodable publicKey) -
Uses of AlgorithmIdentifier in org.gudy.bouncycastle.jce
Fields in org.gudy.bouncycastle.jce declared as AlgorithmIdentifierModifier and TypeFieldDescriptionprivate AlgorithmIdentifier
X509V1CertificateGenerator.sigAlgId
private AlgorithmIdentifier
X509V2CRLGenerator.sigAlgId
private AlgorithmIdentifier
X509V3CertificateGenerator.sigAlgId
-
Uses of AlgorithmIdentifier in org.gudy.bouncycastle.jce.provider
Fields in org.gudy.bouncycastle.jce.provider declared as AlgorithmIdentifier -
Uses of AlgorithmIdentifier in org.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 that return AlgorithmIdentifierModifier and TypeMethodDescription(package private) static AlgorithmIdentifier
X509Util.getSigAlgID
(DERObjectIdentifier sigOid, String algorithmName)