Uses of Class
org.bouncycastle.asn1.ASN1Sequence
-
Packages that use ASN1Sequence Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.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.cryptopro Support classes for CRYPTO-PRO related objects - such as GOST identifiers.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.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.org.bouncycastle.asn1.isismtt.x509 X.509 attribute classes related to ISISMT -- the Industrial Signature Interoperability Specification.org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects.org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.asn1.smime Support classes useful for encoding and supporting S/MIME.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.bouncycastle.asn1.x509.sigi Classes and object identifiers related to the SigI specifciation (German Signature Law Interoperability specification).org.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve. -
-
Uses of ASN1Sequence in org.bouncycastle.asn1
Subclasses of ASN1Sequence in org.bouncycastle.asn1 Modifier and Type Class Description class
BERSequence
Indefinite length SEQUENCE of objects.class
DERSequence
Definite length SEQUENCE, encoding tells explicit number of bytes that the content of this sequence occupies.class
DLSequence
The DLSequence encodes a SEQUENCE using definite length form.Methods in org.bouncycastle.asn1 that return ASN1Sequence Modifier and Type Method Description static ASN1Sequence
ASN1Sequence. getInstance(java.lang.Object obj)
Return an ASN1Sequence from the given object.static ASN1Sequence
ASN1Sequence. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an ASN1 SEQUENCE from a tagged object. -
Uses of ASN1Sequence in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp with parameters of type ASN1Sequence Modifier and Type Method Description PKIHeaderBuilder
PKIHeaderBuilder. setGeneralInfo(ASN1Sequence seqOfInfoTypeAndValue)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1Sequence Modifier and Type Method Description ASN1Sequence
KeyAgreeRecipientInfo. getRecipientEncryptedKeys()
Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1Sequence Constructor Description KEKRecipientInfo(ASN1Sequence seq)
KeyAgreeRecipientInfo(OriginatorIdentifierOrKey originator, ASN1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1Sequence recipientEncryptedKeys)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.cryptopro
Constructors in org.bouncycastle.asn1.cryptopro with parameters of type ASN1Sequence Constructor Description ECGOST3410ParamSetParameters(ASN1Sequence seq)
GOST3410ParamSetParameters(ASN1Sequence seq)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs with parameters of type ASN1Sequence Modifier and Type Method Description static CertEtcToken[]
CertEtcToken. arrayFromSequence(ASN1Sequence seq)
static TargetEtcChain[]
TargetEtcChain. arrayFromSequence(ASN1Sequence seq)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return ASN1Sequence Modifier and Type Method Description ASN1Sequence
CommitmentTypeIndication. getCommitmentTypeQualifier()
ASN1Sequence
SignerLocation. getPostalAddress()
Constructors in org.bouncycastle.asn1.esf with parameters of type ASN1Sequence Constructor Description CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId, ASN1Sequence commitmentTypeQualifier)
SignerLocation(DERUTF8String countryName, DERUTF8String localityName, ASN1Sequence postalAddress)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.isismtt.x509
Methods in org.bouncycastle.asn1.isismtt.x509 that return ASN1Sequence Modifier and Type Method Description ASN1Sequence
DeclarationOfMajority. fullAgeAtCountry()
Constructors in org.bouncycastle.asn1.isismtt.x509 with parameters of type ASN1Sequence Constructor Description AdmissionSyntax(GeneralName admissionAuthority, ASN1Sequence contentsOfAdmissions)
Constructor from given details. -
Uses of ASN1Sequence in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ASN1Sequence Modifier and Type Method Description ASN1Sequence
BasicOCSPResponse. getCerts()
ASN1Sequence
Signature. getCerts()
ASN1Sequence
TBSRequest. getRequestList()
ASN1Sequence
ResponseData. getResponses()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type ASN1Sequence Constructor Description BasicOCSPResponse(ResponseData tbsResponseData, AlgorithmIdentifier signatureAlgorithm, DERBitString signature, ASN1Sequence certs)
ResponseData(ASN1Integer version, ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, Extensions responseExtensions)
ResponseData(ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, Extensions responseExtensions)
Signature(AlgorithmIdentifier signatureAlgorithm, DERBitString signature, ASN1Sequence certs)
TBSRequest(GeneralName requestorName, ASN1Sequence requestList, Extensions requestExtensions)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.pkcs
Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1Sequence Constructor Description Attribute(ASN1Sequence seq)
CertificationRequest(ASN1Sequence seq)
SignedData(ASN1Sequence seq)
SignerInfo(ASN1Sequence seq)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.smime
Constructors in org.bouncycastle.asn1.smime with parameters of type ASN1Sequence Constructor Description SMIMECapabilities(ASN1Sequence seq)
SMIMECapability(ASN1Sequence seq)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1Sequence Modifier and Type Method Description ASN1Sequence
AttributeCertificateInfo. getAttributes()
ASN1Sequence
PolicyInformation. getPolicyQualifiers()
Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1Sequence Modifier and Type Method Description void
V2TBSCertListGenerator. addCRLEntry(ASN1Sequence crlEntry)
Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Sequence Constructor Description AuthorityKeyIdentifier(ASN1Sequence seq)
DigestInfo(ASN1Sequence obj)
DistributionPoint(ASN1Sequence seq)
PolicyInformation(ASN1ObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers)
TBSCertList(ASN1Sequence seq)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.x509.sigi
Constructors in org.bouncycastle.asn1.x509.sigi with parameters of type ASN1Sequence Constructor Description NameOrPseudonym(DirectoryString surname, ASN1Sequence givenName)
Constructor from a given details. -
Uses of ASN1Sequence in org.bouncycastle.asn1.x9
Constructors in org.bouncycastle.asn1.x9 with parameters of type ASN1Sequence Constructor Description X9Curve(X9FieldID fieldID, java.math.BigInteger order, java.math.BigInteger cofactor, ASN1Sequence seq)
-