Uses of Class
org.bouncycastle.asn1.ASN1Sequence
Packages that use ASN1Sequence
Package
Description
A library for parsing and writing ASN.1 objects.
Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
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 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 TypeClassDescriptionclassIndefinite length SEQUENCE of objects.classDefinite length SEQUENCE, encoding tells explicit number of bytes that the content of this sequence occupies.classThe DLSequence encodes a SEQUENCE using definite length form.Methods in org.bouncycastle.asn1 that return ASN1SequenceModifier and TypeMethodDescriptionstatic ASN1SequenceASN1Sequence.getInstance(Object obj) Return an ASN1Sequence from the given object.static ASN1SequenceASN1Sequence.getInstance(ASN1TaggedObject taggedObject, boolean explicit) Return an ASN1 SEQUENCE from a tagged object.Methods in org.bouncycastle.asn1 with parameters of type ASN1Sequence -
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.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.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 ASN1SequenceModifierConstructorDescriptionprotectedDigestInfo(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)