Uses of Class
org.bouncycastle.asn1.ASN1Set
-
Packages that use ASN1Set Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of ASN1Set in org.bouncycastle.asn1
Subclasses of ASN1Set in org.bouncycastle.asn1 Modifier and Type Class Description classBERSetIndefinite lengthSETandSET OFconstructs.classDERSetA DER encoded SET objectclassDLSetThe 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 ASN1SetASN1Set. getInstance(java.lang.Object obj)return an ASN1Set from the given object.static ASN1SetASN1Set. getInstance(ASN1TaggedObject obj, boolean explicit)Return an ASN1 set from a tagged object. -
Uses of ASN1Set in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1Set Modifier and Type Method Description ASN1SetAttribute. getAttrValues()ASN1SetAuthenticatedData. getAuthAttrs()ASN1SetAuthEnvelopedData. getAuthAttrs()ASN1SetSignerInfo. getAuthenticatedAttributes()ASN1SetOriginatorInfo. getCertificates()ASN1SetSignedData. getCertificates()ASN1SetOriginatorInfo. getCRLs()ASN1SetSignedData. getCRLs()ASN1SetSignedData. getDigestAlgorithms()ASN1SetAuthenticatedData. getRecipientInfos()ASN1SetAuthEnvelopedData. getRecipientInfos()ASN1SetEnvelopedData. getRecipientInfos()ASN1SetSignedData. getSignerInfos()ASN1SetAuthenticatedData. getUnauthAttrs()ASN1SetAuthEnvelopedData. getUnauthAttrs()ASN1SetSignerInfo. getUnauthenticatedAttributes()ASN1SetEncryptedData. getUnprotectedAttrs()ASN1SetEnvelopedData. getUnprotectedAttrs()Methods in org.bouncycastle.asn1.cms with parameters of type ASN1Set Modifier and Type Method Description static intEnvelopedData. 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 ASN1SetDVCSCertInfo. getReqSignature()Methods in org.bouncycastle.asn1.dvcs with parameters of type ASN1Set Modifier and Type Method Description voidDVCSCertInfoBuilder. 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 ASN1SetCertificationRequestInfo. getAttributes()ASN1SetPrivateKeyInfo. getAttributes()ASN1SetAttribute. getAttrValues()ASN1SetSignerInfo. getAuthenticatedAttributes()ASN1SetSafeBag. getBagAttributes()ASN1SetSignedData. getCertificates()ASN1SetSignedData. getCRLs()ASN1SetSignedData. getDigestAlgorithms()ASN1SetSignedData. getSignerInfos()ASN1SetSignerInfo. 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.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 ASN1SetAttribute. getAttrValues()Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Set Constructor Description Attribute(ASN1ObjectIdentifier attrType, ASN1Set attrValues)
-