Package | Description |
---|---|
old.org.bouncycastle.asn1 | |
old.org.bouncycastle.asn1.cms | |
old.org.bouncycastle.asn1.pkcs | |
old.org.bouncycastle.asn1.x509 | |
old.org.bouncycastle.cms | |
old.org.bouncycastle.jce |
Modifier and Type | Class and Description |
---|---|
class |
BERSet |
class |
DERSet
A DER encoded set object
|
Modifier and Type | Method and Description |
---|---|
static ASN1Set |
ASN1Set.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return an ASN1 set from a tagged object.
|
static ASN1Set |
ASN1Set.getInstance(Object obj)
return an ASN1Set from the given object.
|
Modifier and Type | Method and Description |
---|---|
ASN1Set |
Attribute.getAttrValues() |
ASN1Set |
AuthEnvelopedData.getAuthAttrs() |
ASN1Set |
AuthenticatedData.getAuthAttrs() |
ASN1Set |
SignerInfo.getAuthenticatedAttributes() |
ASN1Set |
SignedData.getCertificates() |
ASN1Set |
OriginatorInfo.getCertificates() |
ASN1Set |
SignedData.getCRLs() |
ASN1Set |
OriginatorInfo.getCRLs() |
ASN1Set |
SignedData.getDigestAlgorithms() |
ASN1Set |
EnvelopedData.getRecipientInfos() |
ASN1Set |
AuthEnvelopedData.getRecipientInfos() |
ASN1Set |
AuthenticatedData.getRecipientInfos() |
ASN1Set |
SignedData.getSignerInfos() |
ASN1Set |
AuthEnvelopedData.getUnauthAttrs() |
ASN1Set |
AuthenticatedData.getUnauthAttrs() |
ASN1Set |
SignerInfo.getUnauthenticatedAttributes() |
ASN1Set |
EnvelopedData.getUnprotectedAttrs() |
ASN1Set |
EncryptedData.getUnprotectedAttrs() |
Constructor and Description |
---|
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues) |
AttributeTable(ASN1Set s) |
AuthenticatedData(OriginatorInfo originatorInfo,
ASN1Set recipientInfos,
AlgorithmIdentifier macAlgorithm,
AlgorithmIdentifier digestAlgorithm,
ContentInfo encapsulatedContent,
ASN1Set authAttrs,
ASN1OctetString mac,
ASN1Set unauthAttrs) |
AuthEnvelopedData(OriginatorInfo originatorInfo,
ASN1Set recipientInfos,
EncryptedContentInfo authEncryptedContentInfo,
ASN1Set authAttrs,
ASN1OctetString mac,
ASN1Set unauthAttrs) |
EncryptedData(EncryptedContentInfo encInfo,
ASN1Set unprotectedAttrs) |
EnvelopedData(OriginatorInfo originatorInfo,
ASN1Set recipientInfos,
EncryptedContentInfo encryptedContentInfo,
ASN1Set unprotectedAttrs) |
OriginatorInfo(ASN1Set certs,
ASN1Set crls) |
SignedData(ASN1Set digestAlgorithms,
ContentInfo contentInfo,
ASN1Set certificates,
ASN1Set crls,
ASN1Set signerInfos) |
SignerInfo(SignerIdentifier sid,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
Modifier and Type | Method and Description |
---|---|
ASN1Set |
PrivateKeyInfo.getAttributes() |
ASN1Set |
CertificationRequestInfo.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(DERObjectIdentifier attrType,
ASN1Set attrValues) |
CertificationRequestInfo(X500Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes) |
CertificationRequestInfo(X509Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes) |
PrivateKeyInfo(AlgorithmIdentifier algId,
DERObject privateKey,
ASN1Set attributes) |
SafeBag(DERObjectIdentifier oid,
DERObject obj,
ASN1Set bagAttributes) |
SignedData(DERInteger _version,
ASN1Set _digestAlgorithms,
ContentInfo _contentInfo,
ASN1Set _certificates,
ASN1Set _crls,
ASN1Set _signerInfos) |
SignerInfo(DERInteger version,
IssuerAndSerialNumber issuerAndSerialNumber,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
Modifier and Type | Method and Description |
---|---|
ASN1Set |
Attribute.getAttrValues() |
Constructor and Description |
---|
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues) |
Modifier and Type | Method and Description |
---|---|
protected ASN1Set |
CMSSignedGenerator.getAttributeSet(AttributeTable attr) |
Constructor and Description |
---|
PKCS10CertificationRequest(String signatureAlgorithm,
X500Principal subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey)
create a PKCS10 certfication request using the BC provider.
|
PKCS10CertificationRequest(String signatureAlgorithm,
X500Principal subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey,
String provider)
create a PKCS10 certfication request using the named provider.
|
PKCS10CertificationRequest(String signatureAlgorithm,
X509Name subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey)
create a PKCS10 certfication request using the BC provider.
|
PKCS10CertificationRequest(String signatureAlgorithm,
X509Name subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey,
String provider)
create a PKCS10 certfication request using the named provider.
|
Copyright © 2015. All rights reserved.