Uses of Class
org.gudy.bouncycastle.asn1.x509.AlgorithmIdentifier
-
Packages that use AlgorithmIdentifier Package Description org.gudy.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.gudy.bouncycastle.jce org.gudy.bouncycastle.jce.provider org.gudy.bouncycastle.x509 -
-
Uses of AlgorithmIdentifier in org.gudy.bouncycastle.asn1.pkcs
Subclasses of AlgorithmIdentifier in org.gudy.bouncycastle.asn1.pkcs Modifier and Type Class Description class
EncryptionScheme
class
KeyDerivationFunc
class
PBES2Algorithms
Deprecated.- use AlgorithmIdentifier and PBES2Paramsclass
PBKDF2Params
Fields in org.gudy.bouncycastle.asn1.pkcs declared as AlgorithmIdentifier Modifier and Type Field Description private 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 AlgorithmIdentifier Modifier and Type Method Description AlgorithmIdentifier
PrivateKeyInfo. getAlgorithmId()
AlgorithmIdentifier
SignerInfo. getDigestAlgorithm()
AlgorithmIdentifier
SignerInfo. getDigestEncryptionAlgorithm()
AlgorithmIdentifier
EncryptedData. getEncryptionAlgorithm()
AlgorithmIdentifier
EncryptedPrivateKeyInfo. getEncryptionAlgorithm()
AlgorithmIdentifier
CertificationRequest. getSignatureAlgorithm()
Constructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type AlgorithmIdentifier Constructor Description CertificationRequest(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 AlgorithmIdentifier Modifier and Type Field Description private 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 AlgorithmIdentifier Modifier and Type Method Description AlgorithmIdentifier
DigestInfo. getAlgorithmId()
AlgorithmIdentifier
SubjectPublicKeyInfo. getAlgorithmId()
AlgorithmIdentifier
ObjectDigestInfo. getDigestAlgorithm()
static AlgorithmIdentifier
AlgorithmIdentifier. getInstance(java.lang.Object obj)
static AlgorithmIdentifier
AlgorithmIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
AlgorithmIdentifier
AttributeCertificateInfo. getSignature()
AlgorithmIdentifier
TBSCertificateStructure. getSignature()
AlgorithmIdentifier
TBSCertList. getSignature()
AlgorithmIdentifier
AttributeCertificate. getSignatureAlgorithm()
AlgorithmIdentifier
CertificateList. getSignatureAlgorithm()
AlgorithmIdentifier
X509CertificateStructure. getSignatureAlgorithm()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type AlgorithmIdentifier Modifier and Type Method Description void
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 AlgorithmIdentifier Constructor Description AttributeCertificate(AttributeCertificateInfo acinfo, AlgorithmIdentifier signatureAlgorithm, DERBitString signatureValue)
DigestInfo(AlgorithmIdentifier algId, byte[] digest)
ObjectDigestInfo(int digestedObjectType, java.lang.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 AlgorithmIdentifier Modifier and Type Field Description private 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 Modifier and Type Field Description private AlgorithmIdentifier
JDKDigestSignature. algId
-
Uses of AlgorithmIdentifier in org.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 that return AlgorithmIdentifier Modifier and Type Method Description (package private) static AlgorithmIdentifier
X509Util. getSigAlgID(DERObjectIdentifier sigOid, java.lang.String algorithmName)
-