Uses of Class
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
Packages that use SubjectPublicKeyInfo
Package
Description
Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."
Support classes useful for encoding objects used by mozilla.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and processing X.509 certificates.
Keys and parameter classes for asymmetric (public/private) key algorithms.
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return SubjectPublicKeyInfoMethods in org.bouncycastle.asn1.crmf with parameters of type SubjectPublicKeyInfoConstructors in org.bouncycastle.asn1.crmf with parameters of type SubjectPublicKeyInfoModifierConstructorDescriptionPOPOSigningKeyInput
(PKMACValue pkmac, SubjectPublicKeyInfo spki) Creates a new POPOSigningKeyInput using password-based MAC.POPOSigningKeyInput
(GeneralName sender, SubjectPublicKeyInfo spki) Creates a new POPOSigningKeyInput with sender name as authInfo. -
Uses of SubjectPublicKeyInfo in org.bouncycastle.asn1.mozilla
Methods in org.bouncycastle.asn1.mozilla that return SubjectPublicKeyInfo -
Uses of SubjectPublicKeyInfo in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return SubjectPublicKeyInfoConstructors in org.bouncycastle.asn1.pkcs with parameters of type SubjectPublicKeyInfoModifierConstructorDescriptionCertificationRequestInfo
(X500Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes) Basic constructor. -
Uses of SubjectPublicKeyInfo in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return SubjectPublicKeyInfoModifier and TypeMethodDescriptionstatic SubjectPublicKeyInfo
SubjectPublicKeyInfo.getInstance
(Object obj) static SubjectPublicKeyInfo
SubjectPublicKeyInfo.getInstance
(ASN1TaggedObject obj, boolean explicit) Certificate.getSubjectPublicKeyInfo()
TBSCertificate.getSubjectPublicKeyInfo()
Methods in org.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfoModifier and TypeMethodDescriptionvoid
V1TBSCertificateGenerator.setSubjectPublicKeyInfo
(SubjectPublicKeyInfo pubKeyInfo) void
V3TBSCertificateGenerator.setSubjectPublicKeyInfo
(SubjectPublicKeyInfo pubKeyInfo) -
Uses of SubjectPublicKeyInfo in org.bouncycastle.crypto.asymmetric
Constructors in org.bouncycastle.crypto.asymmetric with parameters of type SubjectPublicKeyInfoModifierConstructorDescriptionAsymmetricDHPublicKey
(Algorithm algorithm, SubjectPublicKeyInfo publicKeyInfo) AsymmetricDSAPublicKey
(Algorithm algorithm, SubjectPublicKeyInfo publicKeyInfo) AsymmetricDSTU4145PublicKey
(Algorithm algorithm, SubjectPublicKeyInfo publicKeyInfo) AsymmetricECGOST3410PublicKey
(Algorithm algorithm, SubjectPublicKeyInfo publicKeyInfo) AsymmetricECPublicKey
(Algorithm ecAlg, SubjectPublicKeyInfo publicKeyInfo) AsymmetricGOST3410PublicKey
(Algorithm algorithm, SubjectPublicKeyInfo publicKeyInfo) AsymmetricRSAPublicKey
(Algorithm algorithm, SubjectPublicKeyInfo publicKeyInfo)