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 SubjectPublicKeyInfoCertTemplate. getPublicKey()SubjectPublicKeyInfoPOPOSigningKeyInput. getPublicKey()Methods in org.bouncycastle.asn1.crmf with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description CertTemplateBuilderCertTemplateBuilder. 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 SubjectPublicKeyInfoPublicKeyAndChallenge. getSubjectPublicKeyInfo() -
Uses of SubjectPublicKeyInfo in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return SubjectPublicKeyInfo Modifier and Type Method Description SubjectPublicKeyInfoCertificationRequestInfo. 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 SubjectPublicKeyInfoSubjectPublicKeyInfo. getInstance(java.lang.Object obj)static SubjectPublicKeyInfoSubjectPublicKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)SubjectPublicKeyInfoCertificate. getSubjectPublicKeyInfo()SubjectPublicKeyInfoTBSCertificate. getSubjectPublicKeyInfo()Methods in org.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description voidV1TBSCertificateGenerator. setSubjectPublicKeyInfo(SubjectPublicKeyInfo pubKeyInfo)voidV3TBSCertificateGenerator. 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)
-