Uses of Class
org.bouncycastle.asn1.ASN1Sequence
Packages that use ASN1Sequence
Package
Description
A library for parsing and writing ASN.1 objects.
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.
Support classes useful for encoding and supporting [ESF] RFC3126
Electronic Signature Formats for long term electronic signatures.
X.509 attribute classes related to ISISMT -- the Industrial Signature Interoperability Specification.
Support classes useful for encoding and supporting OCSP objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and supporting S/MIME.
Support classes useful for encoding and processing X.509 certificates.
Classes and object identifiers related to the SigI specifciation (German Signature Law Interoperability specification).
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
Uses of ASN1Sequence in org.bouncycastle.asn1
Subclasses of ASN1Sequence in org.bouncycastle.asn1Modifier and TypeClassDescriptionclass
Indefinite length SEQUENCE of objects.class
Definite length SEQUENCE, encoding tells explicit number of bytes that the content of this sequence occupies.class
The DLSequence encodes a SEQUENCE using definite length form.Methods in org.bouncycastle.asn1 that return ASN1SequenceModifier and TypeMethodDescriptionstatic ASN1Sequence
ASN1Sequence.getInstance
(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 ASN1SequenceModifier and TypeMethodDescriptionPKIHeaderBuilder.setGeneralInfo
(ASN1Sequence seqOfInfoTypeAndValue) -
Uses of ASN1Sequence in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1SequenceConstructors in org.bouncycastle.asn1.cms with parameters of type ASN1SequenceModifierConstructorDescriptionKeyAgreeRecipientInfo
(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 ASN1SequenceModifierConstructorDescription -
Uses of ASN1Sequence in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs with parameters of type ASN1SequenceModifier and TypeMethodDescriptionstatic 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 ASN1SequenceModifier and TypeMethodDescriptionCommitmentTypeIndication.getCommitmentTypeQualifier()
SignerLocation.getPostalAddress()
Constructors in org.bouncycastle.asn1.esf with parameters of type ASN1SequenceModifierConstructorDescriptionCommitmentTypeIndication
(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 ASN1SequenceConstructors in org.bouncycastle.asn1.isismtt.x509 with parameters of type ASN1SequenceModifierConstructorDescriptionAdmissionSyntax
(GeneralName admissionAuthority, ASN1Sequence contentsOfAdmissions) Constructor from given details. -
Uses of ASN1Sequence in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ASN1SequenceModifier and TypeMethodDescriptionBasicOCSPResponse.getCerts()
Signature.getCerts()
TBSRequest.getRequestList()
ResponseData.getResponses()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type ASN1SequenceModifierConstructorDescriptionBasicOCSPResponse
(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 ASN1SequenceModifierConstructorDescriptionAttribute
(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 ASN1SequenceModifierConstructorDescription -
Uses of ASN1Sequence in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1SequenceModifier and TypeMethodDescriptionAttributeCertificateInfo.getAttributes()
PolicyInformation.getPolicyQualifiers()
Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1SequenceConstructors in org.bouncycastle.asn1.x509 with parameters of type ASN1SequenceModifierConstructorDescriptionprotected
DigestInfo
(ASN1Sequence obj) 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 ASN1SequenceModifierConstructorDescriptionNameOrPseudonym
(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 ASN1SequenceModifierConstructorDescriptionX9Curve
(X9FieldID fieldID, BigInteger order, BigInteger cofactor, ASN1Sequence seq)