Uses of Class
org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
Packages that use PrivateKeyInfo 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.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.crypto.asymmetric Keys and parameter classes for asymmetric (public/private) key algorithms. -
-
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(java.lang.Object obj)
static PrivateKeyInfo
PrivateKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of PrivateKeyInfo in org.bouncycastle.crypto.asymmetric
Constructors in org.bouncycastle.crypto.asymmetric with parameters of type PrivateKeyInfo Constructor Description AsymmetricDHPrivateKey(Algorithm algorithm, PrivateKeyInfo privateKeyInfo)
AsymmetricDSAPrivateKey(Algorithm algorithm, PrivateKeyInfo privateKeyInfo)
AsymmetricDSTU4145PrivateKey(Algorithm ecAlg, PrivateKeyInfo privateKeyInfo)
AsymmetricECGOST3410PrivateKey(Algorithm algorithm, PrivateKeyInfo privateKeyInfo)
AsymmetricECPrivateKey(Algorithm ecAlg, PrivateKeyInfo privateKeyInfo)
AsymmetricEdDSAPrivateKey(PrivateKeyInfo keyInfo)
Construct a key from a PrivateKeyInfo.AsymmetricGOST3410PrivateKey(Algorithm algorithm, PrivateKeyInfo privateKeyInfo)
AsymmetricRSAPrivateKey(Algorithm algorithm, PrivateKeyInfo privateKeyInfo)
AsymmetricXDHPrivateKey(PrivateKeyInfo keyInfo)
Construct a key from a PrivateKeyInfo.
-