Uses of Class
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
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.CertificationRequestInfo(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)Deprecated.use X500Name method. -
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(Object obj)static SubjectPublicKeyInfoSubjectPublicKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)SubjectPublicKeyInfoCertificate. getSubjectPublicKeyInfo()SubjectPublicKeyInfoTBSCertificate. getSubjectPublicKeyInfo()SubjectPublicKeyInfoTBSCertificateStructure. getSubjectPublicKeyInfo()SubjectPublicKeyInfoX509CertificateStructure. getSubjectPublicKeyInfo()Deprecated.Methods in org.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description static SubjectKeyIdentifierSubjectKeyIdentifier. createSHA1KeyIdentifier(SubjectPublicKeyInfo keyInfo)Deprecated.use org.bouncycastle.cert.X509ExtensionUtils.createSubjectKeyIdentifierstatic SubjectKeyIdentifierSubjectKeyIdentifier. createTruncatedSHA1KeyIdentifier(SubjectPublicKeyInfo keyInfo)Deprecated.use org.bouncycastle.cert.X509ExtensionUtils.createTruncatedSubjectKeyIdentifiervoidV1TBSCertificateGenerator. setSubjectPublicKeyInfo(SubjectPublicKeyInfo pubKeyInfo)voidV3TBSCertificateGenerator. setSubjectPublicKeyInfo(SubjectPublicKeyInfo pubKeyInfo)Constructors in org.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfo Constructor Description AuthorityKeyIdentifier(SubjectPublicKeyInfo spki)Calulates 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.SubjectKeyIdentifier(SubjectPublicKeyInfo spki)Deprecated. -
Uses of SubjectPublicKeyInfo in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return SubjectPublicKeyInfo Modifier and Type Method Description SubjectPublicKeyInfoX509CertificateHolder. getSubjectPublicKeyInfo()Return the SubjectPublicKeyInfo describing the public key this certificate is carrying. -
Uses of SubjectPublicKeyInfo in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description static AsymmetricKeyParameterPublicKeyFactory. createKey(SubjectPublicKeyInfo keyInfo)Create a public key from the passed in SubjectPublicKeyInfo -
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.dh
Methods in org.bouncycastle.jcajce.provider.asymmetric.dh with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKeyKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)Constructors in org.bouncycastle.jcajce.provider.asymmetric.dh with parameters of type SubjectPublicKeyInfo Constructor Description BCDHPublicKey(SubjectPublicKeyInfo info) -
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.dsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKeyKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)Constructors in org.bouncycastle.jcajce.provider.asymmetric.dsa with parameters of type SubjectPublicKeyInfo Constructor Description BCDSAPublicKey(SubjectPublicKeyInfo info) -
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKeyKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo) -
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.rsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKeyKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo) -
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description static byte[]KeyUtil. getEncodedSubjectPublicKeyInfo(SubjectPublicKeyInfo info) -
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.util
Methods in org.bouncycastle.jcajce.provider.util with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKeyAsymmetricKeyInfoConverter. generatePublic(SubjectPublicKeyInfo keyInfo) -
Uses of SubjectPublicKeyInfo in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description static PublicKeyBouncyCastleProvider. getPublicKey(SubjectPublicKeyInfo publicKeyInfo)