Uses of Class
org.bouncycastle.asn1.pkcs.PrivateKeyInfo
Packages that use PrivateKeyInfo
Package
Description
Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."
Support classes useful for encoding and supporting the various RSA PKCS documents.
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 PrivateKeyInfoConstructors in org.bouncycastle.asn1.crmf with parameters of type PrivateKeyInfoModifierConstructorDescriptionEncKeyWithID
(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 PrivateKeyInfoModifier and TypeMethodDescriptionstatic PrivateKeyInfo
PrivateKeyInfo.getInstance
(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 PrivateKeyInfoModifierConstructorDescriptionAsymmetricDHPrivateKey
(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.