Uses of Class
org.bouncycastle.asn1.ASN1Set
Packages that use ASN1Set
Package
Description
A library for parsing and writing ASN.1 objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and processing X.509 certificates.
-
Uses of ASN1Set in org.bouncycastle.asn1
Subclasses of ASN1Set in org.bouncycastle.asn1Modifier and TypeClassDescriptionclassIndefinite lengthSETandSET OFconstructs.classA DER encoded SET objectclassThe DLSet encodes ASN.1 SET value without element ordering, and always using definite length form.Methods in org.bouncycastle.asn1 that return ASN1SetModifier and TypeMethodDescriptionstatic ASN1SetASN1Set.getInstance(Object obj) return an ASN1Set from the given object.static ASN1SetASN1Set.getInstance(ASN1TaggedObject taggedObject, boolean explicit) Return an ASN1 set from a tagged object.Methods in org.bouncycastle.asn1 with parameters of type ASN1Set -
Uses of ASN1Set in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return ASN1SetModifier and TypeMethodDescriptionCertificationRequestInfo.getAttributes()PrivateKeyInfo.getAttributes()Attribute.getAttrValues()SignerInfo.getAuthenticatedAttributes()SafeBag.getBagAttributes()SignedData.getCertificates()SignedData.getCRLs()SignedData.getDigestAlgorithms()SignedData.getSignerInfos()SignerInfo.getUnauthenticatedAttributes()Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1SetModifierConstructorDescriptionAttribute(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 ASN1SetConstructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Set