Uses of Class
org.bouncycastle.asn1.ASN1Sequence
-
-
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(Object obj)
Return an ASN1Sequence from the given object.static ASN1Sequence
ASN1Sequence. getInstance(ASN1TaggedObject taggedObject, boolean explicit)
Return an ASN1 SEQUENCE from a tagged object.Methods in org.bouncycastle.asn1 with parameters of type ASN1Sequence Modifier and Type Method Description static DERSequence
DERSequence. convert(ASN1Sequence seq)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return ASN1Sequence Modifier and Type Method Description ASN1Sequence
PKIResponse. getCmsSequence()
ASN1Sequence
PKIResponse. getControlSequence()
ASN1Sequence
PKIResponse. getOtherMsgSequence()
Constructors in org.bouncycastle.asn1.cmc with parameters of type ASN1Sequence Constructor Description LraPopWitness(BodyPartID pkiDataBodyid, ASN1Sequence bodyIds)
-
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 ContentInfo(ASN1Sequence seq)
Deprecated.use getInstance()EnvelopedData(ASN1Sequence seq)
Deprecated.use getInstance()IssuerAndSerialNumber(ASN1Sequence seq)
Deprecated.use getInstance() method.KEKRecipientInfo(ASN1Sequence seq)
KeyAgreeRecipientInfo(ASN1Sequence seq)
Deprecated.use getInstance()KeyAgreeRecipientInfo(OriginatorIdentifierOrKey originator, ASN1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1Sequence recipientEncryptedKeys)
KeyTransRecipientInfo(ASN1Sequence seq)
Deprecated.use getInstance()OriginatorPublicKey(ASN1Sequence seq)
Deprecated.use getInstance()PasswordRecipientInfo(ASN1Sequence seq)
Deprecated.use getInstance() method.RecipientKeyIdentifier(ASN1Sequence seq)
Deprecated.use getInstance()SignerInfo(ASN1Sequence seq)
Deprecated.use getInstance() method. -
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)
ResponseBytes(ASN1Sequence seq)
Deprecated.use getInstance()ResponseData(ASN1Integer version, ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, Extensions responseExtensions)
ResponseData(ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, Extensions responseExtensions)
ResponseData(ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, X509Extensions responseExtensions)
Deprecated.use method taking ExtensionsSignature(AlgorithmIdentifier signatureAlgorithm, DERBitString signature, ASN1Sequence certs)
TBSRequest(GeneralName requestorName, ASN1Sequence requestList, Extensions requestExtensions)
TBSRequest(GeneralName requestorName, ASN1Sequence requestList, X509Extensions requestExtensions)
Deprecated.use method taking Extensions -
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)
Deprecated.use getInstance()CertificationRequestInfo(ASN1Sequence seq)
Deprecated.use getInstance().RSAESOAEPparams(ASN1Sequence seq)
Deprecated.use getInstance()RSAPrivateKeyStructure(ASN1Sequence seq)
Deprecated.SignedData(ASN1Sequence seq)
SignerInfo(ASN1Sequence seq)
-
Uses of ASN1Sequence in org.bouncycastle.asn1.sec
Constructors in org.bouncycastle.asn1.sec with parameters of type ASN1Sequence Constructor Description ECPrivateKeyStructure(ASN1Sequence seq)
Deprecated. -
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 AttributeCertificate(ASN1Sequence seq)
Deprecated.use getInstance() method.AuthorityKeyIdentifier(ASN1Sequence seq)
CertificateList(ASN1Sequence seq)
Deprecated.use getInstance() method.DigestInfo(ASN1Sequence obj)
DistributionPoint(ASN1Sequence seq)
PolicyInformation(ASN1ObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers)
PolicyQualifierInfo(ASN1Sequence as)
Deprecated.use PolicyQualifierInfo.getInstance()RSAPublicKeyStructure(ASN1Sequence seq)
Deprecated.SubjectPublicKeyInfo(ASN1Sequence seq)
Deprecated.use SubjectPublicKeyInfo.getInstance()TBSCertificateStructure(ASN1Sequence seq)
Deprecated.TBSCertList(ASN1Sequence seq)
V2Form(ASN1Sequence seq)
Deprecated.use getInstance().X509CertificateStructure(ASN1Sequence seq)
Deprecated.X509Extensions(ASN1Sequence seq)
Deprecated.Constructor from ASN1Sequence.X509Name(ASN1Sequence seq)
Deprecated.use X500Name.getInstance() -
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, BigInteger order, BigInteger cofactor, ASN1Sequence seq)
-
Uses of ASN1Sequence in org.bouncycastle.crypto.signers
Methods in org.bouncycastle.crypto.signers with parameters of type ASN1Sequence Modifier and Type Method Description protected BigInteger
StandardDSAEncoding. decodeValue(BigInteger n, ASN1Sequence s, int pos)
-
Uses of ASN1Sequence in org.bouncycastle.jce
Constructors in org.bouncycastle.jce with parameters of type ASN1Sequence Constructor Description PKCS10CertificationRequest(ASN1Sequence sequence)
Deprecated. -
Uses of ASN1Sequence in org.bouncycastle.jce.netscape
Constructors in org.bouncycastle.jce.netscape with parameters of type ASN1Sequence Constructor Description NetscapeCertRequest(ASN1Sequence spkac)
-
Uses of ASN1Sequence in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type ASN1Sequence Modifier and Type Method Description void
PKIXNameConstraintValidator. checkExcludedDN(ASN1Sequence dns)
void
PKIXNameConstraintValidator. checkPermittedDN(ASN1Sequence dns)
-