Package org.bouncycastle.pkcs
Class PKCS12SecretBag
java.lang.Object
org.bouncycastle.pkcs.PKCS12SecretBag
Wrapper around the RFC 7292
SecretBag ASN.1 structure used by the
PKCS#12 secretBag bag type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1ObjectIdentifierReturn the OID identifying the type of the secret.org.bouncycastle.asn1.ASN1EncodableReturn the secret value associated with this bag.org.bouncycastle.asn1.pkcs.SecretBagReturn the underlying ASN.1 structure for this secret bag.
-
Constructor Details
-
PKCS12SecretBag
public PKCS12SecretBag(org.bouncycastle.asn1.pkcs.SecretBag secretBag)
-
-
Method Details
-
toASN1Structure
public org.bouncycastle.asn1.pkcs.SecretBag toASN1Structure()Return the underlying ASN.1 structure for this secret bag. -
getSecretTypeId
public org.bouncycastle.asn1.ASN1ObjectIdentifier getSecretTypeId()Return the OID identifying the type of the secret. -
getSecretValue
public org.bouncycastle.asn1.ASN1Encodable getSecretValue()Return the secret value associated with this bag.
-