Uses of Class
org.gudy.bouncycastle.asn1.x509.SubjectPublicKeyInfo
Packages that use SubjectPublicKeyInfo
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 SubjectPublicKeyInfo in org.gudy.bouncycastle.asn1.pkcs
Fields in org.gudy.bouncycastle.asn1.pkcs declared as SubjectPublicKeyInfoModifier and TypeFieldDescription(package private) SubjectPublicKeyInfo
CertificationRequestInfo.subjectPKInfo
Methods in org.gudy.bouncycastle.asn1.pkcs that return SubjectPublicKeyInfoConstructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type SubjectPublicKeyInfoModifierConstructorDescriptionCertificationRequestInfo
(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes) -
Uses of SubjectPublicKeyInfo in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as SubjectPublicKeyInfoModifier and TypeFieldDescription(package private) SubjectPublicKeyInfo
TBSCertificateStructure.subjectPublicKeyInfo
(package private) SubjectPublicKeyInfo
V1TBSCertificateGenerator.subjectPublicKeyInfo
(package private) SubjectPublicKeyInfo
V3TBSCertificateGenerator.subjectPublicKeyInfo
Methods in org.gudy.bouncycastle.asn1.x509 that return SubjectPublicKeyInfoModifier and TypeMethodDescriptionstatic SubjectPublicKeyInfo
SubjectPublicKeyInfo.getInstance
(Object obj) static SubjectPublicKeyInfo
SubjectPublicKeyInfo.getInstance
(ASN1TaggedObject obj, boolean explicit) TBSCertificateStructure.getSubjectPublicKeyInfo()
X509CertificateStructure.getSubjectPublicKeyInfo()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfoModifier and TypeMethodDescriptionvoid
V1TBSCertificateGenerator.setSubjectPublicKeyInfo
(SubjectPublicKeyInfo pubKeyInfo) void
V3TBSCertificateGenerator.setSubjectPublicKeyInfo
(SubjectPublicKeyInfo pubKeyInfo) Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfoModifierConstructorDescriptionCalculates the keyidentifier using a SHA1 hash over the BIT STRING from SubjectPublicKeyInfo as defined in RFC2459.AuthorityKeyIdentifier
(SubjectPublicKeyInfo spki, GeneralNames name, BigInteger serialNumber) create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided as well.Calculates the keyidentifier using a SHA1 hash over the BIT STRING from SubjectPublicKeyInfo as defined in RFC2459. -
Uses of SubjectPublicKeyInfo in org.gudy.bouncycastle.jce.provider
Methods in org.gudy.bouncycastle.jce.provider with parameters of type SubjectPublicKeyInfoModifier and TypeMethodDescription(package private) static PublicKey
JDKKeyFactory.createPublicKeyFromPublicKeyInfo
(SubjectPublicKeyInfo info) Constructors in org.gudy.bouncycastle.jce.provider with parameters of type SubjectPublicKeyInfoModifierConstructorDescription(package private)
(package private)