Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static ASN1Sequence |
ASN1Sequence.getInstance(ASN1TaggedObject taggedObject,
boolean explicit)
Return an ASN1 SEQUENCE from a tagged object.
|
static ASN1Sequence |
ASN1Sequence.getInstance(Object obj)
Return an ASN1Sequence from the given object.
|
Modifier and Type | Method and Description |
---|---|
static DERSequence |
DERSequence.convert(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
ASN1Sequence |
PKIResponse.getCmsSequence() |
ASN1Sequence |
PKIResponse.getControlSequence() |
ASN1Sequence |
PKIResponse.getOtherMsgSequence() |
Constructor and Description |
---|
LraPopWitness(BodyPartID pkiDataBodyid,
ASN1Sequence bodyIds) |
Modifier and Type | Method and Description |
---|---|
PKIHeaderBuilder |
PKIHeaderBuilder.setGeneralInfo(ASN1Sequence seqOfInfoTypeAndValue) |
Modifier and Type | Method and Description |
---|---|
ASN1Sequence |
KeyAgreeRecipientInfo.getRecipientEncryptedKeys() |
Constructor and 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.
|
Constructor and Description |
---|
ECGOST3410ParamSetParameters(ASN1Sequence seq) |
GOST3410ParamSetParameters(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
static TargetEtcChain[] |
TargetEtcChain.arrayFromSequence(ASN1Sequence seq) |
static CertEtcToken[] |
CertEtcToken.arrayFromSequence(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
ASN1Sequence |
CommitmentTypeIndication.getCommitmentTypeQualifier() |
ASN1Sequence |
SignerLocation.getPostalAddress() |
Constructor and Description |
---|
CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId,
ASN1Sequence commitmentTypeQualifier) |
SignerLocation(DERUTF8String countryName,
DERUTF8String localityName,
ASN1Sequence postalAddress) |
Modifier and Type | Method and Description |
---|---|
ASN1Sequence |
DeclarationOfMajority.fullAgeAtCountry() |
Constructor and Description |
---|
AdmissionSyntax(GeneralName admissionAuthority,
ASN1Sequence contentsOfAdmissions)
Constructor from given details.
|
Modifier and Type | Method and Description |
---|---|
ASN1Sequence |
BasicOCSPResponse.getCerts() |
ASN1Sequence |
Signature.getCerts() |
ASN1Sequence |
TBSRequest.getRequestList() |
ASN1Sequence |
ResponseData.getResponses() |
Constructor and 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 Extensions
|
Signature(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
|
Constructor and 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) |
Constructor and Description |
---|
ECPrivateKeyStructure(ASN1Sequence seq)
Deprecated.
|
Constructor and Description |
---|
SMIMECapabilities(ASN1Sequence seq) |
SMIMECapability(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
ASN1Sequence |
AttributeCertificateInfo.getAttributes() |
ASN1Sequence |
PolicyInformation.getPolicyQualifiers() |
Modifier and Type | Method and Description |
---|---|
void |
V2TBSCertListGenerator.addCRLEntry(ASN1Sequence crlEntry) |
Constructor and 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()
|
Constructor and Description |
---|
NameOrPseudonym(DirectoryString surname,
ASN1Sequence givenName)
Constructor from a given details.
|
Constructor and Description |
---|
X9Curve(X9FieldID fieldID,
BigInteger order,
BigInteger cofactor,
ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
protected BigInteger |
StandardDSAEncoding.decodeValue(BigInteger n,
ASN1Sequence s,
int pos) |
Constructor and Description |
---|
PKCS10CertificationRequest(ASN1Sequence sequence)
Deprecated.
|
Constructor and Description |
---|
NetscapeCertRequest(ASN1Sequence spkac) |
Modifier and Type | Method and Description |
---|---|
void |
PKIXNameConstraintValidator.checkExcludedDN(ASN1Sequence dns) |
void |
PKIXNameConstraintValidator.checkPermittedDN(ASN1Sequence dns) |
Copyright © 2021 BouncyCastle.org. All rights reserved.