Uses of Class
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
Packages that use SubjectPublicKeyInfo Package Description org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."org.bouncycastle.asn1.mozilla Support classes useful for encoding objects used by mozilla.org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.bouncycastle.crypto.asymmetric 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 SubjectPublicKeyInfo Modifier and Type Method Description SubjectPublicKeyInfo
CertTemplate. getPublicKey()
SubjectPublicKeyInfo
POPOSigningKeyInput. getPublicKey()
Methods in org.bouncycastle.asn1.crmf with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description CertTemplateBuilder
CertTemplateBuilder. setPublicKey(SubjectPublicKeyInfo spki)
Constructors in org.bouncycastle.asn1.crmf with parameters of type SubjectPublicKeyInfo Constructor Description POPOSigningKeyInput(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 Modifier and Type Method Description SubjectPublicKeyInfo
PublicKeyAndChallenge. getSubjectPublicKeyInfo()
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return SubjectPublicKeyInfo Modifier and Type Method Description SubjectPublicKeyInfo
CertificationRequestInfo. getSubjectPublicKeyInfo()
Constructors in org.bouncycastle.asn1.pkcs with parameters of type SubjectPublicKeyInfo Constructor Description CertificationRequestInfo(X500Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)
Basic constructor. -
Uses of SubjectPublicKeyInfo in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return SubjectPublicKeyInfo Modifier and Type Method Description static SubjectPublicKeyInfo
SubjectPublicKeyInfo. getInstance(java.lang.Object obj)
static SubjectPublicKeyInfo
SubjectPublicKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
SubjectPublicKeyInfo
Certificate. getSubjectPublicKeyInfo()
SubjectPublicKeyInfo
TBSCertificate. getSubjectPublicKeyInfo()
Methods in org.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description void
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 SubjectPublicKeyInfo Constructor Description AsymmetricDHPublicKey(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)
-