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) SubjectPublicKeyInfoCertificationRequestInfo.subjectPKInfoMethods 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) SubjectPublicKeyInfoTBSCertificateStructure.subjectPublicKeyInfo(package private) SubjectPublicKeyInfoV1TBSCertificateGenerator.subjectPublicKeyInfo(package private) SubjectPublicKeyInfoV3TBSCertificateGenerator.subjectPublicKeyInfoMethods in org.gudy.bouncycastle.asn1.x509 that return SubjectPublicKeyInfoModifier and TypeMethodDescriptionstatic SubjectPublicKeyInfoSubjectPublicKeyInfo.getInstance(Object obj) static SubjectPublicKeyInfoSubjectPublicKeyInfo.getInstance(ASN1TaggedObject obj, boolean explicit) TBSCertificateStructure.getSubjectPublicKeyInfo()X509CertificateStructure.getSubjectPublicKeyInfo()Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfoModifier and TypeMethodDescriptionvoidV1TBSCertificateGenerator.setSubjectPublicKeyInfo(SubjectPublicKeyInfo pubKeyInfo) voidV3TBSCertificateGenerator.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 PublicKeyJDKKeyFactory.createPublicKeyFromPublicKeyInfo(SubjectPublicKeyInfo info) Constructors in org.gudy.bouncycastle.jce.provider with parameters of type SubjectPublicKeyInfoModifierConstructorDescription(package private)(package private)