Package | Description |
---|---|
org.spongycastle.asn1 |
A library for parsing and writing ASN.1 objects.
|
org.spongycastle.asn1.pkcs |
Support classes useful for encoding and supporting the various RSA PKCS documents.
|
org.spongycastle.asn1.x500 | |
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
BERSet |
class |
DERSet
A DER encoded set object
|
class |
DLSet
A DER encoded set object
|
Modifier and Type | Field and Description |
---|---|
(package private) static ASN1Set |
DERFactory.EMPTY_SET |
Modifier and Type | Method and Description |
---|---|
(package private) static ASN1Set |
DERFactory.createSet(ASN1EncodableVector v) |
static ASN1Set |
ASN1Set.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return an ASN1 set from a tagged object.
|
static ASN1Set |
ASN1Set.getInstance(java.lang.Object obj)
return an ASN1Set from the given object.
|
Modifier and Type | Field and Description |
---|---|
(package private) ASN1Set |
CertificationRequestInfo.attributes |
private ASN1Set |
PrivateKeyInfo.attributes |
private ASN1Set |
Attribute.attrValues |
private ASN1Set |
SignerInfo.authenticatedAttributes |
private ASN1Set |
SafeBag.bagAttributes |
private ASN1Set |
SignedData.certificates |
private ASN1Set |
SignedData.crls |
private ASN1Set |
SignedData.digestAlgorithms |
private ASN1Set |
SignedData.signerInfos |
private ASN1Set |
SignerInfo.unauthenticatedAttributes |
Modifier and Type | Method and Description |
---|---|
ASN1Set |
CertificationRequestInfo.getAttributes() |
ASN1Set |
PrivateKeyInfo.getAttributes() |
ASN1Set |
Attribute.getAttrValues() |
ASN1Set |
SignerInfo.getAuthenticatedAttributes() |
ASN1Set |
SafeBag.getBagAttributes() |
ASN1Set |
SignedData.getCertificates() |
ASN1Set |
SignedData.getCRLs() |
ASN1Set |
SignedData.getDigestAlgorithms() |
ASN1Set |
SignedData.getSignerInfos() |
ASN1Set |
SignerInfo.getUnauthenticatedAttributes() |
Constructor and Description |
---|
Attribute(ASN1ObjectIdentifier attrType,
ASN1Set attrValues) |
CertificationRequestInfo(X500Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes) |
CertificationRequestInfo(X509Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes)
Deprecated.
use X500Name method.
|
PrivateKeyInfo(AlgorithmIdentifier algId,
ASN1Encodable privateKey,
ASN1Set attributes) |
SafeBag(ASN1ObjectIdentifier oid,
ASN1Encodable obj,
ASN1Set bagAttributes) |
SignedData(ASN1Integer _version,
ASN1Set _digestAlgorithms,
ContentInfo _contentInfo,
ASN1Set _certificates,
ASN1Set _crls,
ASN1Set _signerInfos) |
SignerInfo(ASN1Integer version,
IssuerAndSerialNumber issuerAndSerialNumber,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
RDN.values |
Constructor and Description |
---|
RDN(ASN1Set values) |
Modifier and Type | Field and Description |
---|---|
private ASN1Set |
Attribute.attrValues |
Modifier and Type | Method and Description |
---|---|
ASN1Set |
Attribute.getAttrValues() |
Constructor and Description |
---|
Attribute(ASN1ObjectIdentifier attrType,
ASN1Set attrValues) |