Uses of Class
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
-
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.cryptopro
Methods in org.bouncycastle.asn1.cryptopro that return SubjectPublicKeyInfo Modifier and Type Method Description SubjectPublicKeyInfo
GostR3410TransportParameters. getEphemeralPublicKey()
Constructors in org.bouncycastle.asn1.cryptopro with parameters of type SubjectPublicKeyInfo Constructor Description GostR3410TransportParameters(ASN1ObjectIdentifier encryptionParamSet, SubjectPublicKeyInfo ephemeralPublicKey, byte[] ukm)
-
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.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 SubjectPublicKeyInfo
SubjectPublicKeyInfo. getInstance(Object obj)
static SubjectPublicKeyInfo
SubjectPublicKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
SubjectPublicKeyInfo
Certificate. getSubjectPublicKeyInfo()
SubjectPublicKeyInfo
TBSCertificate. getSubjectPublicKeyInfo()
SubjectPublicKeyInfo
TBSCertificateStructure. getSubjectPublicKeyInfo()
Deprecated.SubjectPublicKeyInfo
X509CertificateStructure. getSubjectPublicKeyInfo()
Deprecated.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)
Constructors in org.bouncycastle.asn1.x509 with parameters of type SubjectPublicKeyInfo Constructor Description AuthorityKeyIdentifier(SubjectPublicKeyInfo spki)
Deprecated.create the extension using org.bouncycastle.cert.X509ExtensionUtilsAuthorityKeyIdentifier(SubjectPublicKeyInfo spki, GeneralNames name, BigInteger serialNumber)
Deprecated.create the extension using org.bouncycastle.cert.X509ExtensionUtils -
Uses of SubjectPublicKeyInfo in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return SubjectPublicKeyInfo Modifier and Type Method Description static SubjectPublicKeyInfo
SubjectPublicKeyInfoFactory. createSubjectPublicKeyInfo(AsymmetricKeyParameter publicKey)
Create a SubjectPublicKeyInfo public key.Methods in org.bouncycastle.crypto.util with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description static AsymmetricKeyParameter
PublicKeyFactory. createKey(SubjectPublicKeyInfo keyInfo)
Create a public key from the passed in SubjectPublicKeyInfostatic AsymmetricKeyParameter
PublicKeyFactory. createKey(SubjectPublicKeyInfo keyInfo, Object defaultParams)
Create a public key from the passed in SubjectPublicKeyInfo -
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric
Methods in org.bouncycastle.jcajce.provider.asymmetric with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
COMPOSITE.KeyFactory. generatePublic(SubjectPublicKeyInfo keyInfo)
-
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 PublicKey
KeyFactorySpi. 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 PublicKey
KeyFactorySpi. 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.dstu
Methods in org.bouncycastle.jcajce.provider.asymmetric.dstu with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
KeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
-
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 PublicKey
KeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.ecgost
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
KeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.ecgost12
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost12 with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
KeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.edec
Methods in org.bouncycastle.jcajce.provider.asymmetric.edec with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
KeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.elgamal
Methods in org.bouncycastle.jcajce.provider.asymmetric.elgamal with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
KeyFactorySpi. generatePublic(SubjectPublicKeyInfo info)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.gost
Methods in org.bouncycastle.jcajce.provider.asymmetric.gost with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
KeyFactorySpi. 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 PublicKey
KeyFactorySpi. 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 PublicKey
AsymmetricKeyInfoConverter. 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 PublicKey
BouncyCastleProvider. getPublicKey(SubjectPublicKeyInfo publicKeyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.crypto.util
Methods in org.bouncycastle.pqc.crypto.util that return SubjectPublicKeyInfo Modifier and Type Method Description static SubjectPublicKeyInfo
SubjectPublicKeyInfoFactory. createSubjectPublicKeyInfo(AsymmetricKeyParameter publicKey)
Create a SubjectPublicKeyInfo public key.Methods in org.bouncycastle.pqc.crypto.util with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description static AsymmetricKeyParameter
PublicKeyFactory. createKey(SubjectPublicKeyInfo keyInfo)
Create a public key from the passed in SubjectPublicKeyInfostatic AsymmetricKeyParameter
PublicKeyFactory. createKey(SubjectPublicKeyInfo keyInfo, Object defaultParams)
Create a public key from the passed in SubjectPublicKeyInfo -
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider
Methods in org.bouncycastle.pqc.jcajce.provider with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description static PublicKey
BouncyCastlePQCProvider. getPublicKey(SubjectPublicKeyInfo publicKeyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider.lms
Methods in org.bouncycastle.pqc.jcajce.provider.lms with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
LMSKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.lms with parameters of type SubjectPublicKeyInfo Constructor Description BCLMSPublicKey(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider.mceliece
Methods in org.bouncycastle.pqc.jcajce.provider.mceliece with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
McElieceCCA2KeyFactorySpi. generatePublic(SubjectPublicKeyInfo pki)
PublicKey
McElieceKeyFactorySpi. generatePublic(SubjectPublicKeyInfo pki)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider.newhope
Methods in org.bouncycastle.pqc.jcajce.provider.newhope with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
NHKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.newhope with parameters of type SubjectPublicKeyInfo Constructor Description BCNHPublicKey(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider.qtesla
Methods in org.bouncycastle.pqc.jcajce.provider.qtesla with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
QTESLAKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.qtesla with parameters of type SubjectPublicKeyInfo Constructor Description BCqTESLAPublicKey(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider.rainbow
Methods in org.bouncycastle.pqc.jcajce.provider.rainbow with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
RainbowKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider.sphincs
Methods in org.bouncycastle.pqc.jcajce.provider.sphincs with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
Sphincs256KeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.sphincs with parameters of type SubjectPublicKeyInfo Constructor Description BCSphincs256PublicKey(SubjectPublicKeyInfo keyInfo)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider.util
Methods in org.bouncycastle.pqc.jcajce.provider.util with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description static byte[]
KeyUtil. getEncodedSubjectPublicKeyInfo(SubjectPublicKeyInfo info)
-
Uses of SubjectPublicKeyInfo in org.bouncycastle.pqc.jcajce.provider.xmss
Methods in org.bouncycastle.pqc.jcajce.provider.xmss with parameters of type SubjectPublicKeyInfo Modifier and Type Method Description PublicKey
XMSSKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
PublicKey
XMSSMTKeyFactorySpi. generatePublic(SubjectPublicKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.xmss with parameters of type SubjectPublicKeyInfo Constructor Description BCXMSSMTPublicKey(SubjectPublicKeyInfo keyInfo)
BCXMSSPublicKey(SubjectPublicKeyInfo keyInfo)
-