Package | Description |
---|---|
org.spongycastle.asn1 |
A library for parsing and writing ASN.1 objects.
|
org.spongycastle.asn1.cryptopro |
Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
|
org.spongycastle.asn1.eac | |
org.spongycastle.asn1.oiw |
Objects and OID for the support of ISO OIW.
|
org.spongycastle.asn1.pkcs |
Support classes useful for encoding and supporting the various RSA PKCS documents.
|
org.spongycastle.asn1.sec |
Classes for support of the SEC standard for Elliptic Curve.
|
org.spongycastle.asn1.x500 | |
org.spongycastle.asn1.x500.style | |
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
org.spongycastle.asn1.x9 |
Support classes useful for encoding and supporting X9.62 elliptic curve.
|
org.spongycastle.jcajce.provider.asymmetric.ec | |
org.spongycastle.jcajce.provider.asymmetric.util | |
org.spongycastle.jce.interfaces |
Interfaces for supporting Elliptic Curve Keys, El Gamal, and PKCS12 attributes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ASN1ApplicationSpecificParser |
interface |
ASN1OctetStringParser |
interface |
ASN1SequenceParser |
interface |
ASN1SetParser |
interface |
ASN1TaggedObjectParser |
Modifier and Type | Class and Description |
---|---|
class |
ASN1Boolean |
class |
ASN1Enumerated |
class |
ASN1GeneralizedTime |
class |
ASN1Integer |
class |
ASN1Null
A NULL object.
|
class |
ASN1Object |
class |
ASN1ObjectIdentifier |
class |
ASN1OctetString |
class |
ASN1Primitive |
class |
ASN1Sequence |
class |
ASN1Set |
class |
ASN1TaggedObject
ASN.1 TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
class |
ASN1UTCTime |
class |
BERApplicationSpecific |
class |
BERApplicationSpecificParser |
class |
BERConstructedOctetString
Deprecated.
use BEROctetString
|
class |
BEROctetString |
class |
BEROctetStringParser |
class |
BERSequence |
class |
BERSequenceParser |
class |
BERSet |
class |
BERSetParser |
class |
BERTaggedObject
BER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
class |
BERTaggedObjectParser |
class |
DERApplicationSpecific
Base class for an application specific object
|
class |
DERBitString |
class |
DERBMPString
DER BMPString object.
|
class |
DERBoolean |
class |
DEREnumerated |
class |
DERExternal
Class representing the DER-type External
|
class |
DERExternalParser |
class |
DERGeneralizedTime
Generalized time object.
|
class |
DERGeneralString |
class |
DERIA5String
DER IA5String object - this is an ascii string.
|
class |
DERInteger |
class |
DERNull
A NULL object.
|
class |
DERNumericString
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
|
class |
DERObjectIdentifier |
class |
DEROctetString |
class |
DEROctetStringParser |
class |
DERPrintableString
DER PrintableString object.
|
class |
DERSequence |
class |
DERSequenceParser |
class |
DERSet
A DER encoded set object
|
class |
DERSetParser |
class |
DERT61String
DER T61String (also the teletex string)
|
class |
DERTaggedObject
DER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
class |
DERUniversalString
DER UniversalString object.
|
class |
DERUTCTime
UTC time object.
|
class |
DERUTF8String
DER UTF8String object.
|
class |
DERVisibleString
DER VisibleString object.
|
class |
DLSequence |
class |
DLSet
A DER encoded set object
|
class |
DLTaggedObject
Definite Length TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
(package private) class |
LazyEncodedSequence
Note: this class is for processing DER/DL encoded sequences only.
|
Modifier and Type | Field and Description |
---|---|
(package private) ASN1Encodable |
ASN1TaggedObject.obj |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
ASN1EncodableVector.get(int i) |
private ASN1Encodable |
ASN1Sequence.getNext(java.util.Enumeration e) |
private ASN1Encodable |
ASN1Set.getNext(java.util.Enumeration e) |
ASN1Encodable |
ASN1Sequence.getObjectAt(int index)
return the object at the sequence position indicated by index.
|
ASN1Encodable |
ASN1Set.getObjectAt(int index)
return the object at the set position indicated by index.
|
ASN1Encodable |
LazyEncodedSequence.getObjectAt(int index) |
ASN1Encodable |
BERTaggedObjectParser.getObjectParser(int tag,
boolean isExplicit) |
ASN1Encodable |
ASN1TaggedObject.getObjectParser(int tag,
boolean isExplicit)
Return the object held in this tagged object as a parser assuming it has
the type of the passed in tag.
|
ASN1Encodable |
ASN1TaggedObjectParser.getObjectParser(int tag,
boolean isExplicit) |
(package private) ASN1Encodable |
ASN1StreamParser.readImplicit(boolean constructed,
int tag) |
(package private) ASN1Encodable |
ASN1StreamParser.readIndef(int tagValue) |
ASN1Encodable |
ASN1SetParser.readObject() |
ASN1Encodable |
ASN1StreamParser.readObject() |
ASN1Encodable |
ASN1ApplicationSpecificParser.readObject() |
ASN1Encodable |
ASN1SequenceParser.readObject() |
ASN1Encodable |
DERExternalParser.readObject() |
ASN1Encodable |
BERApplicationSpecificParser.readObject() |
ASN1Encodable |
DERSetParser.readObject() |
ASN1Encodable |
BERSequenceParser.readObject() |
ASN1Encodable |
DERSequenceParser.readObject() |
ASN1Encodable |
BERSetParser.readObject() |
ASN1Encodable[] |
ASN1Sequence.toArray() |
ASN1Encodable[] |
ASN1Set.toArray() |
Modifier and Type | Method and Description |
---|---|
void |
ASN1EncodableVector.add(ASN1Encodable obj) |
void |
DERSequenceGenerator.addObject(ASN1Encodable object) |
void |
BERSequenceGenerator.addObject(ASN1Encodable object) |
private byte[] |
ASN1Set.getEncoded(ASN1Encodable obj) |
void |
ASN1OutputStream.writeObject(ASN1Encodable obj) |
void |
DLOutputStream.writeObject(ASN1Encodable obj) |
void |
DEROutputStream.writeObject(ASN1Encodable obj) |
Constructor and Description |
---|
ASN1Sequence(ASN1Encodable obj)
create a sequence containing one object
|
ASN1Sequence(ASN1Encodable[] array)
create a sequence containing a vector of objects.
|
ASN1Set(ASN1Encodable obj)
create a sequence containing one object
|
ASN1Set(ASN1Encodable[] array,
boolean doSort)
create a sequence containing a vector of objects.
|
ASN1TaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj)
Create a tagged object with the style given by the value of explicit.
|
BERConstructedOctetString(ASN1Encodable obj)
Deprecated.
|
BERSequence(ASN1Encodable obj)
create a sequence containing one object
|
BERSequence(ASN1Encodable[] array)
create a sequence containing an array of objects.
|
BERSet(ASN1Encodable obj) |
BERSet(ASN1Encodable[] a)
create a set from an array of objects.
|
BERTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj) |
BERTaggedObject(int tagNo,
ASN1Encodable obj) |
DERApplicationSpecific(boolean explicit,
int tag,
ASN1Encodable object) |
DERApplicationSpecific(int tag,
ASN1Encodable object) |
DERBitString(ASN1Encodable obj) |
DEROctetString(ASN1Encodable obj) |
DERSequence(ASN1Encodable obj)
create a sequence containing one object
|
DERSequence(ASN1Encodable[] array)
create a sequence containing an array of objects.
|
DERSet(ASN1Encodable obj) |
DERSet(ASN1Encodable[] a)
create a set from an array of objects.
|
DERTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj) |
DERTaggedObject(int tagNo,
ASN1Encodable encodable) |
DLSequence(ASN1Encodable obj)
create a sequence containing one object
|
DLSequence(ASN1Encodable[] array)
create a sequence containing an array of objects.
|
DLSet(ASN1Encodable obj) |
DLSet(ASN1Encodable[] a)
create a set from an array of objects.
|
DLTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj) |
Modifier and Type | Class and Description |
---|---|
class |
ECGOST3410ParamSetParameters |
class |
GOST28147Parameters |
class |
GOST3410ParamSetParameters |
class |
GOST3410PublicKeyAlgParameters |
Modifier and Type | Class and Description |
---|---|
class |
CertificateBody
an Iso7816CertificateBody structure.
|
class |
CertificateHolderAuthorization
an Iso7816CertificateHolderAuthorization structure.
|
class |
CVCertificate
an iso7816Certificate structure.
|
class |
CVCertificateRequest |
class |
ECDSAPublicKey
an Iso7816ECDSAPublicKeyStructure structure.
|
class |
PublicKeyDataObject |
class |
RSAPublicKey
an Iso7816RSAPublicKeyStructure structure.
|
class |
UnsignedInteger |
Modifier and Type | Class and Description |
---|---|
class |
ElGamalParameter |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedSafe |
class |
CertBag |
class |
CertificationRequest
PKCS10 Certification request object.
|
class |
CertificationRequestInfo
PKCS10 CertificationRequestInfo object.
|
class |
ContentInfo |
class |
CRLBag |
class |
DHParameter |
class |
EncryptedData
The EncryptedData object.
|
class |
EncryptedPrivateKeyInfo |
class |
EncryptionScheme |
class |
IssuerAndSerialNumber |
class |
KeyDerivationFunc |
class |
MacData |
class |
PBEParameter |
class |
PBES2Algorithms
Deprecated.
- use AlgorithmIdentifier and PBES2Parameters
|
class |
PBES2Parameters |
class |
PBKDF2Params |
class |
Pfx
the infamous Pfx from PKCS12
|
class |
PKCS12PBEParams |
class |
PrivateKeyInfo |
class |
RC2CBCParameter |
class |
RSAESOAEPparams |
class |
RSAPrivateKey |
class |
RSAPrivateKeyStructure
Deprecated.
use RSAPrivateKey
|
class |
RSASSAPSSparams |
class |
SafeBag |
class |
SignedData
a PKCS#7 signed data object.
|
class |
SignerInfo
a PKCS#7 signer info object.
|
Modifier and Type | Field and Description |
---|---|
private ASN1Encodable |
SafeBag.bagValue |
private ASN1Encodable |
CertBag.certValue |
private ASN1Encodable |
ContentInfo.content |
private ASN1Encodable |
CRLBag.crlValue |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable[] |
Attribute.getAttributeValues() |
ASN1Encodable |
SafeBag.getBagValue() |
ASN1Encodable |
CertBag.getCertValue() |
ASN1Encodable |
ContentInfo.getContent() |
ASN1Encodable |
CRLBag.getCRLValue() |
ASN1Encodable |
PrivateKeyInfo.parsePrivateKey() |
Constructor and Description |
---|
CertBag(ASN1ObjectIdentifier certId,
ASN1Encodable certValue) |
ContentInfo(ASN1ObjectIdentifier contentType,
ASN1Encodable content) |
CRLBag(ASN1ObjectIdentifier crlId,
ASN1Encodable crlValue) |
EncryptedData(ASN1ObjectIdentifier contentType,
AlgorithmIdentifier encryptionAlgorithm,
ASN1Encodable content) |
EncryptionScheme(ASN1ObjectIdentifier objectId,
ASN1Encodable parameters) |
KeyDerivationFunc(ASN1ObjectIdentifier id,
ASN1Encodable params) |
PrivateKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable privateKey) |
PrivateKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable privateKey,
ASN1Set attributes) |
SafeBag(ASN1ObjectIdentifier oid,
ASN1Encodable obj) |
SafeBag(ASN1ObjectIdentifier oid,
ASN1Encodable obj,
ASN1Set bagAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
ECPrivateKey
the elliptic curve private key object from SEC 1
|
class |
ECPrivateKeyStructure
Deprecated.
use ECPrivateKey
|
Constructor and Description |
---|
ECPrivateKeyStructure(java.math.BigInteger key,
ASN1Encodable parameters)
Deprecated.
|
ECPrivateKeyStructure(java.math.BigInteger key,
DERBitString publicKey,
ASN1Encodable parameters)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeTypeAndValue |
class |
DirectoryString |
class |
RDN |
class |
X500Name
Name ::= CHOICE {
RDNSequence }
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY }
|
Modifier and Type | Field and Description |
---|---|
private ASN1Encodable |
AttributeTypeAndValue.value |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
AttributeTypeAndValue.getValue() |
ASN1Encodable |
X500NameStyle.stringToValue(ASN1ObjectIdentifier oid,
java.lang.String value)
Convert the passed in String value into the appropriate ASN.1
encoded object.
|
Modifier and Type | Method and Description |
---|---|
X500NameBuilder |
X500NameBuilder.addMultiValuedRDN(ASN1ObjectIdentifier[] oids,
ASN1Encodable[] values) |
X500NameBuilder |
X500NameBuilder.addRDN(ASN1ObjectIdentifier oid,
ASN1Encodable value) |
Constructor and Description |
---|
AttributeTypeAndValue(ASN1ObjectIdentifier type,
ASN1Encodable value) |
RDN(ASN1ObjectIdentifier oid,
ASN1Encodable value)
Create a single valued RDN.
|
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
RFC4519Style.stringToValue(ASN1ObjectIdentifier oid,
java.lang.String value) |
ASN1Encodable |
BCStyle.stringToValue(ASN1ObjectIdentifier oid,
java.lang.String value) |
static ASN1Encodable |
IETFUtils.valueFromHexString(java.lang.String str,
int off) |
Modifier and Type | Method and Description |
---|---|
private int |
RFC4519Style.calcHashCode(ASN1Encodable enc) |
private int |
BCStyle.calcHashCode(ASN1Encodable enc) |
static java.lang.String |
IETFUtils.valueToString(ASN1Encodable value) |
Modifier and Type | Class and Description |
---|---|
class |
AccessDescription
The AccessDescription object.
|
class |
AlgorithmIdentifier |
class |
AttCertIssuer |
class |
AttCertValidityPeriod |
class |
Attribute |
class |
AttributeCertificate |
class |
AttributeCertificateInfo |
class |
AuthorityInformationAccess
The AuthorityInformationAccess object.
|
class |
AuthorityKeyIdentifier
The AuthorityKeyIdentifier object.
|
class |
BasicConstraints |
class |
Certificate
an X509Certificate structure.
|
class |
CertificateList
PKIX RFC-2459
The X.509 v2 CRL syntax is as follows.
|
class |
CertificatePair
This class helps to support crossCerfificatePairs in a LDAP directory
according RFC 2587
|
class |
CertificatePolicies |
class |
CertPolicyId
CertPolicyId, used in the CertificatePolicies and PolicyMappings
X509V3 Extensions.
|
class |
CRLDistPoint |
class |
CRLNumber
The CRLNumber object.
|
class |
CRLReason
The CRLReason enumeration.
|
class |
DigestInfo
The DigestInfo object.
|
class |
DisplayText
DisplayText class, used in
CertificatePolicies X509 V3 extensions (in policy qualifiers). |
class |
DistributionPoint
The DistributionPoint object.
|
class |
DistributionPointName
The DistributionPointName object.
|
class |
DSAParameter |
class |
ExtendedKeyUsage
The extendedKeyUsage object.
|
class |
Extensions |
class |
GeneralName
The GeneralName object.
|
class |
GeneralNames |
class |
GeneralSubtree
Class for containing a restriction object subtrees in NameConstraints.
|
class |
Holder
The Holder object.
|
class |
IetfAttrSyntax
Implementation of
IetfAttrSyntax as specified by RFC3281. |
class |
IssuerSerial |
class |
IssuingDistributionPoint
IssuingDistributionPoint ::= SEQUENCE {
distributionPoint [0] DistributionPointName OPTIONAL,
onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
onlySomeReasons [3] ReasonFlags OPTIONAL,
indirectCRL [4] BOOLEAN DEFAULT FALSE,
onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }
|
class |
KeyPurposeId
The KeyPurposeId object.
|
class |
KeyUsage
The KeyUsage object.
|
class |
NameConstraints |
class |
NoticeReference
NoticeReference class, used in
CertificatePolicies X509 V3 extensions
(in policy qualifiers). |
class |
ObjectDigestInfo
ObjectDigestInfo ASN.1 structure used in v2 attribute certificates.
|
class |
PolicyInformation |
class |
PolicyMappings
PolicyMappings V3 extension, described in RFC3280.
|
class |
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies
X509V3 extension.
|
class |
PolicyQualifierInfo
Policy qualifiers, used in the X509V3 CertificatePolicies
extension.
|
class |
PrivateKeyUsagePeriod
PrivateKeyUsagePeriod ::= SEQUENCE {
notBefore [0] GeneralizedTime OPTIONAL,
notAfter [1] GeneralizedTime OPTIONAL }
|
class |
ReasonFlags
The ReasonFlags object.
|
class |
RoleSyntax
Implementation of the RoleSyntax object as specified by the RFC3281.
|
class |
RSAPublicKeyStructure
Deprecated.
use org.spongycastle.asn1.pkcs.RSAPublicKey
|
class |
SubjectDirectoryAttributes
This extension may contain further X.500 attributes of the subject.
|
class |
SubjectKeyIdentifier
The SubjectKeyIdentifier object.
|
class |
SubjectPublicKeyInfo
The object that contains the public key stored in a certficate.
|
class |
Target
Target structure used in target information extension for attribute
certificates from RFC 3281.
|
class |
TargetInformation
Target information extension for attributes certificates according to RFC
3281.
|
class |
Targets
Targets structure used in target information extension for attribute
certificates from RFC 3281.
|
class |
TBSCertificate
The TBSCertificate object.
|
class |
TBSCertificateStructure
The TBSCertificate object.
|
class |
TBSCertList
PKIX RFC-2459 - TBSCertList object.
|
static class |
TBSCertList.CRLEntry |
class |
Time |
class |
UserNotice
UserNotice class, used in
CertificatePolicies X509 extensions (in policy
qualifiers). |
class |
V2Form |
class |
X509CertificateStructure
Deprecated.
use org.spongycastle.asn1.x509.Certificate
|
class |
X509Extensions
Deprecated.
use Extensions
|
class |
X509Name
Deprecated.
use org.spongycastle.asn1.x500.X500Name.
|
Modifier and Type | Field and Description |
---|---|
(package private) ASN1Encodable |
DistributionPointName.name |
(package private) ASN1Encodable |
AttCertIssuer.obj |
private ASN1Encodable |
GeneralName.obj |
private ASN1Encodable |
AlgorithmIdentifier.parameters |
private ASN1Encodable |
PolicyQualifierInfo.qualifier |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable[] |
Attribute.getAttributeValues() |
ASN1Encodable |
AttCertIssuer.getIssuer() |
ASN1Encodable |
DistributionPointName.getName()
Return the tagged object inside the distribution point name.
|
ASN1Encodable |
GeneralName.getName() |
ASN1Encodable |
AlgorithmIdentifier.getParameters() |
ASN1Encodable |
X509Extension.getParsedValue() |
ASN1Encodable |
Extension.getParsedValue() |
ASN1Encodable |
PolicyQualifierInfo.getQualifier() |
Modifier and Type | Method and Description |
---|---|
void |
V2AttributeCertificateInfoGenerator.addAttribute(java.lang.String oid,
ASN1Encodable value) |
void |
ExtensionsGenerator.addExtension(ASN1ObjectIdentifier oid,
boolean critical,
ASN1Encodable value)
Add an extension with the given oid and the passed in value to be included
in the OCTET STRING associated with the extension.
|
void |
X509ExtensionsGenerator.addExtension(ASN1ObjectIdentifier oid,
boolean critical,
ASN1Encodable value)
Deprecated.
Add an extension with the given oid and the passed in value to be included
in the OCTET STRING associated with the extension.
|
void |
X509ExtensionsGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
ASN1Encodable value)
Deprecated.
use ASN1ObjectIdentifier
|
Constructor and Description |
---|
AlgorithmIdentifier(ASN1ObjectIdentifier objectId,
ASN1Encodable parameters) |
AlgorithmIdentifier(DERObjectIdentifier objectId,
ASN1Encodable parameters)
Deprecated.
use ASN1ObjectIdentifier
|
DistributionPointName(int type,
ASN1Encodable name) |
GeneralName(int tag,
ASN1Encodable name)
When the subjectAltName extension contains an Internet mail address,
the address MUST be included as an rfc822Name.
|
PolicyQualifierInfo(ASN1ObjectIdentifier policyQualifierId,
ASN1Encodable qualifier)
Creates a new
PolicyQualifierInfo instance. |
SubjectPublicKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable publicKey) |
Modifier and Type | Class and Description |
---|---|
class |
DHDomainParameters |
class |
DHPublicKey |
class |
DHValidationParms |
class |
KeySpecificInfo
ASN.1 def for Diffie-Hellman key exchange KeySpecificInfo structure.
|
class |
OtherInfo
ANS.1 def for Diffie-Hellman key exchange OtherInfo structure.
|
class |
X962Parameters |
class |
X9Curve
ASN.1 def for Elliptic-Curve Curve structure.
|
class |
X9ECParameters
ASN.1 def for Elliptic-Curve ECParameters structure.
|
class |
X9ECPoint
class for describing an ECPoint as a DER object.
|
class |
X9FieldElement
class for processing an FieldElement as a DER object.
|
class |
X9FieldID
ASN.1 def for Elliptic-Curve Field ID structure.
|
Modifier and Type | Method and Description |
---|---|
private static ASN1Encodable |
DHDomainParameters.getNext(java.util.Enumeration e) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
BCECPrivateKey.getBagAttribute(DERObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
void |
BCECPrivateKey.setBagAttribute(ASN1ObjectIdentifier oid,
ASN1Encodable attribute) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
PKCS12BagAttributeCarrierImpl.getBagAttribute(DERObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyUtil.getEncodedPrivateKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable privKey) |
static byte[] |
KeyUtil.getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable keyData) |
void |
PKCS12BagAttributeCarrierImpl.setBagAttribute(ASN1ObjectIdentifier oid,
ASN1Encodable attribute) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
PKCS12BagAttributeCarrier.getBagAttribute(DERObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
void |
PKCS12BagAttributeCarrier.setBagAttribute(ASN1ObjectIdentifier oid,
ASN1Encodable attribute) |