Uses of Class
org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
-
Uses of PrivateKeyInfo in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return PrivateKeyInfo Modifier and Type Method Description PrivateKeyInfo
EncKeyWithID. getPrivateKey()
Constructors in org.bouncycastle.asn1.crmf with parameters of type PrivateKeyInfo Constructor Description EncKeyWithID(PrivateKeyInfo privKeyInfo)
EncKeyWithID(PrivateKeyInfo privKeyInfo, DERUTF8String str)
EncKeyWithID(PrivateKeyInfo privKeyInfo, GeneralName generalName)
-
Uses of PrivateKeyInfo in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return PrivateKeyInfo Modifier and Type Method Description static PrivateKeyInfo
PrivateKeyInfo. getInstance(Object obj)
static PrivateKeyInfo
PrivateKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of PrivateKeyInfo in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return PrivateKeyInfo Modifier and Type Method Description static PrivateKeyInfo
PrivateKeyInfoFactory. createPrivateKeyInfo(AsymmetricKeyParameter privateKey)
Create a PrivateKeyInfo representation of a private key.static PrivateKeyInfo
PrivateKeyInfoFactory. createPrivateKeyInfo(AsymmetricKeyParameter privateKey, ASN1Set attributes)
Create a PrivateKeyInfo representation of a private key with attributes.Methods in org.bouncycastle.crypto.util with parameters of type PrivateKeyInfo Modifier and Type Method Description static AsymmetricKeyParameter
PrivateKeyFactory. createKey(PrivateKeyInfo keyInfo)
Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object. -
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric
Methods in org.bouncycastle.jcajce.provider.asymmetric with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
COMPOSITE.KeyFactory. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.dh
Methods in org.bouncycastle.jcajce.provider.asymmetric.dh with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
Constructors in org.bouncycastle.jcajce.provider.asymmetric.dh with parameters of type PrivateKeyInfo Constructor Description BCDHPrivateKey(PrivateKeyInfo info)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.dsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
Constructors in org.bouncycastle.jcajce.provider.asymmetric.dsa with parameters of type PrivateKeyInfo Constructor Description BCDSAPrivateKey(PrivateKeyInfo info)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.dstu
Methods in org.bouncycastle.jcajce.provider.asymmetric.dstu with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.ecgost
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.ecgost12
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost12 with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.edec
Methods in org.bouncycastle.jcajce.provider.asymmetric.edec with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.elgamal
Methods in org.bouncycastle.jcajce.provider.asymmetric.elgamal with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo info)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.gost
Methods in org.bouncycastle.jcajce.provider.asymmetric.gost with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.rsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type PrivateKeyInfo Modifier and Type Method Description static byte[]
KeyUtil. getEncodedPrivateKeyInfo(PrivateKeyInfo info)
-
Uses of PrivateKeyInfo in org.bouncycastle.jcajce.provider.util
Methods in org.bouncycastle.jcajce.provider.util with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
AsymmetricKeyInfoConverter. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type PrivateKeyInfo Modifier and Type Method Description static PrivateKey
BouncyCastleProvider. getPrivateKey(PrivateKeyInfo privateKeyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.crypto.util
Methods in org.bouncycastle.pqc.crypto.util that return PrivateKeyInfo Modifier and Type Method Description static PrivateKeyInfo
PrivateKeyInfoFactory. createPrivateKeyInfo(AsymmetricKeyParameter privateKey)
Create a PrivateKeyInfo representation of a private key.static PrivateKeyInfo
PrivateKeyInfoFactory. createPrivateKeyInfo(AsymmetricKeyParameter privateKey, ASN1Set attributes)
Create a PrivateKeyInfo representation of a private key with attributes.Methods in org.bouncycastle.pqc.crypto.util with parameters of type PrivateKeyInfo Modifier and Type Method Description static AsymmetricKeyParameter
PrivateKeyFactory. createKey(PrivateKeyInfo keyInfo)
Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object. -
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider
Methods in org.bouncycastle.pqc.jcajce.provider with parameters of type PrivateKeyInfo Modifier and Type Method Description static PrivateKey
BouncyCastlePQCProvider. getPrivateKey(PrivateKeyInfo privateKeyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider.lms
Methods in org.bouncycastle.pqc.jcajce.provider.lms with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
LMSKeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.lms with parameters of type PrivateKeyInfo Constructor Description BCLMSPrivateKey(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider.mceliece
Methods in org.bouncycastle.pqc.jcajce.provider.mceliece with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
McElieceCCA2KeyFactorySpi. generatePrivate(PrivateKeyInfo pki)
PrivateKey
McElieceKeyFactorySpi. generatePrivate(PrivateKeyInfo pki)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider.newhope
Methods in org.bouncycastle.pqc.jcajce.provider.newhope with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
NHKeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.newhope with parameters of type PrivateKeyInfo Constructor Description BCNHPrivateKey(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider.qtesla
Methods in org.bouncycastle.pqc.jcajce.provider.qtesla with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
QTESLAKeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.qtesla with parameters of type PrivateKeyInfo Constructor Description BCqTESLAPrivateKey(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider.rainbow
Methods in org.bouncycastle.pqc.jcajce.provider.rainbow with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
RainbowKeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider.sphincs
Methods in org.bouncycastle.pqc.jcajce.provider.sphincs with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
Sphincs256KeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.sphincs with parameters of type PrivateKeyInfo Constructor Description BCSphincs256PrivateKey(PrivateKeyInfo keyInfo)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider.util
Methods in org.bouncycastle.pqc.jcajce.provider.util with parameters of type PrivateKeyInfo Modifier and Type Method Description static byte[]
KeyUtil. getEncodedPrivateKeyInfo(PrivateKeyInfo info)
-
Uses of PrivateKeyInfo in org.bouncycastle.pqc.jcajce.provider.xmss
Methods in org.bouncycastle.pqc.jcajce.provider.xmss with parameters of type PrivateKeyInfo Modifier and Type Method Description PrivateKey
XMSSKeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
PrivateKey
XMSSMTKeyFactorySpi. generatePrivate(PrivateKeyInfo keyInfo)
Constructors in org.bouncycastle.pqc.jcajce.provider.xmss with parameters of type PrivateKeyInfo Constructor Description BCXMSSMTPrivateKey(PrivateKeyInfo keyInfo)
BCXMSSPrivateKey(PrivateKeyInfo keyInfo)
-