Uses of Class
org.bouncycastle.asn1.ASN1Set
| Package | Description |
|---|---|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.asn1.pkcs | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.cms | |
| org.bouncycastle.jce |
-
Uses of ASN1Set in org.bouncycastle.asn1
Subclasses of ASN1Set in org.bouncycastle.asn1 Modifier and Type Class Description classBERSetclassDERSetA DER encoded set objectclassDLSetA DER encoded set objectMethods in org.bouncycastle.asn1 that return ASN1Set Modifier and Type Method Description static ASN1SetASN1Set. getInstance(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()ASN1SetSignerInfo. getAuthenticatedAttributes()ASN1SetSignedData. getCertificates()ASN1SetSignedData. getCRLs()ASN1SetSignedData. getDigestAlgorithms()ASN1SetSignedData. getSignerInfos()ASN1SetSignerInfo. getUnauthenticatedAttributes()Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1Set Constructor Description Attribute(ASN1ObjectIdentifier attrType, ASN1Set attrValues)Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)Deprecated.use ASN1ObjectIdentifierAttributeTable(ASN1Set s)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.pkcs
Methods in org.bouncycastle.asn1.pkcs that return ASN1Set Modifier and Type Method Description ASN1SetCertificationRequestInfo. getAttributes()ASN1SetPrivateKeyInfo. getAttributes()ASN1SetSafeBag. getBagAttributes()ASN1SetSignedData. getCertificates()ASN1SetSignedData. getCRLs()ASN1SetSignedData. getDigestAlgorithms()ASN1SetSignedData. getSignerInfos()Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1Set Constructor Description CertificationRequestInfo(X500Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)Basic constructor.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) -
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) -
Uses of ASN1Set in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return ASN1Set Modifier and Type Method Description protected ASN1SetCMSSignedGenerator. getAttributeSet(AttributeTable attr) -
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.