Uses of Class
org.bouncycastle.asn1.ASN1Set
-
Packages that use ASN1Set Package Description org.bouncycastle.asn1 org.bouncycastle.asn1.cmc org.bouncycastle.asn1.cms org.bouncycastle.asn1.dvcs org.bouncycastle.asn1.pkcs org.bouncycastle.asn1.x509 org.bouncycastle.crypto.util org.bouncycastle.jce Utility classes for use with the JCE.org.bouncycastle.pqc.crypto.util -
-
Uses of ASN1Set in org.bouncycastle.asn1
Subclasses of ASN1Set in org.bouncycastle.asn1 Modifier and Type Class Description class
BERSet
Indefinite lengthSET
andSET OF
constructs.class
DERSet
A DER encoded SET objectclass
DLSet
The DLSet encodes ASN.1 SET value without element ordering, and always using definite length form.Methods in org.bouncycastle.asn1 that return ASN1Set Modifier and Type Method Description static ASN1Set
ASN1Set. getInstance(Object obj)
return an ASN1Set from the given object.static ASN1Set
ASN1Set. getInstance(ASN1TaggedObject taggedObject, boolean explicit)
Return an ASN1 set from a tagged object.Methods in org.bouncycastle.asn1 with parameters of type ASN1Set Modifier and Type Method Description static DERSet
DERSet. convert(ASN1Set set)
-
Uses of ASN1Set in org.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return ASN1Set Modifier and Type Method Description ASN1Set
CertificationRequest. getAttributes()
ASN1Set
TaggedAttribute. getAttrValues()
Constructors in org.bouncycastle.asn1.cmc with parameters of type ASN1Set Constructor Description CertificationRequest(X500Name subject, AlgorithmIdentifier subjectPublicAlgorithm, DERBitString subjectPublicKey, ASN1Set attributes, AlgorithmIdentifier signatureAlgorithm, DERBitString signature)
TaggedAttribute(BodyPartID bodyPartID, ASN1ObjectIdentifier attrType, ASN1Set attrValues)
-
Uses of ASN1Set in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1Set Modifier and Type Method Description ASN1Set
Attribute. getAttrValues()
ASN1Set
AuthenticatedData. getAuthAttrs()
ASN1Set
AuthEnvelopedData. getAuthAttrs()
ASN1Set
SignerInfo. getAuthenticatedAttributes()
ASN1Set
OriginatorInfo. getCertificates()
ASN1Set
SignedData. getCertificates()
ASN1Set
OriginatorInfo. getCRLs()
ASN1Set
SignedData. getCRLs()
ASN1Set
SignedData. getDigestAlgorithms()
ASN1Set
AuthenticatedData. getRecipientInfos()
ASN1Set
AuthEnvelopedData. getRecipientInfos()
ASN1Set
EnvelopedData. getRecipientInfos()
ASN1Set
SignedData. getSignerInfos()
ASN1Set
AuthenticatedData. getUnauthAttrs()
ASN1Set
AuthEnvelopedData. getUnauthAttrs()
ASN1Set
SignerInfo. getUnauthenticatedAttributes()
ASN1Set
EncryptedData. getUnprotectedAttrs()
ASN1Set
EnvelopedData. getUnprotectedAttrs()
Methods in org.bouncycastle.asn1.cms with parameters of type ASN1Set Modifier and Type Method Description static int
EnvelopedData. calculateVersion(OriginatorInfo originatorInfo, ASN1Set recipientInfos, ASN1Set unprotectedAttrs)
Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1Set Constructor Description Attribute(ASN1ObjectIdentifier 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)
EnvelopedData(OriginatorInfo originatorInfo, ASN1Set recipientInfos, EncryptedContentInfo encryptedContentInfo, Attributes 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)
-
Uses of ASN1Set in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return ASN1Set Modifier and Type Method Description ASN1Set
DVCSCertInfo. getReqSignature()
Methods in org.bouncycastle.asn1.dvcs with parameters of type ASN1Set Modifier and Type Method Description void
DVCSCertInfoBuilder. setReqSignature(ASN1Set reqSignature)
-
Uses of ASN1Set in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return ASN1Set Modifier and Type Method 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()
Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1Set Constructor Description Attribute(ASN1ObjectIdentifier attrType, ASN1Set attrValues)
CertificationRequestInfo(X500Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)
Basic constructor.CertificationRequestInfo(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)
Deprecated.use X500Name method.PrivateKeyInfo(AlgorithmIdentifier privateKeyAlgorithm, ASN1Encodable privateKey, ASN1Set attributes)
PrivateKeyInfo(AlgorithmIdentifier privateKeyAlgorithm, ASN1Encodable privateKey, ASN1Set attributes, byte[] publicKey)
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)
-
Uses of ASN1Set in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1Set Modifier and Type Method Description ASN1Set
Attribute. getAttrValues()
Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Set Constructor Description Attribute(ASN1ObjectIdentifier attrType, ASN1Set attrValues)
-
Uses of ASN1Set in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util with parameters of type ASN1Set Modifier and Type Method Description static PrivateKeyInfo
PrivateKeyInfoFactory. createPrivateKeyInfo(AsymmetricKeyParameter privateKey, ASN1Set attributes)
Create a PrivateKeyInfo representation of a private key with attributes. -
Uses of ASN1Set in org.bouncycastle.jce
Constructors in org.bouncycastle.jce with parameters of type ASN1Set Constructor Description PKCS10CertificationRequest(String signatureAlgorithm, X500Principal subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey)
Deprecated.create a PKCS10 certfication request using the BC provider.PKCS10CertificationRequest(String signatureAlgorithm, X500Principal subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider)
Deprecated.create a PKCS10 certfication request using the named provider.PKCS10CertificationRequest(String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey)
Deprecated.create a PKCS10 certfication request using the BC provider.PKCS10CertificationRequest(String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider)
Deprecated.create a PKCS10 certfication request using the named provider. -
Uses of ASN1Set in org.bouncycastle.pqc.crypto.util
Methods in org.bouncycastle.pqc.crypto.util with parameters of type ASN1Set Modifier and Type Method Description static PrivateKeyInfo
PrivateKeyInfoFactory. createPrivateKeyInfo(AsymmetricKeyParameter privateKey, ASN1Set attributes)
Create a PrivateKeyInfo representation of a private key with attributes.
-