Serialized Form
e_
Exception e_
optional_
boolean optional_
explicit_
boolean explicit_
constraint_
Constraint constraint_
resolver_
Resolver resolver_
- The
ASN1Type
from which the
component types of this collection are created.
resolver_
Resolver resolver_
- The
ASN1Type
from which the
component types of this collection are created.
aid_
AlgorithmIdentifier aid_
os_
ASN1OctetString os_
certificationRequestInfo_
ASN1Sequence certificationRequestInfo_
version_
ASN1Integer version_
subject_
Name subject_
subjectPublicKeyInfo_
SubjectPublicKeyInfo subjectPublicKeyInfo_
attributes_
ASN1Set attributes_
signatureAlgorithmIdentifier_
AlgorithmIdentifier signatureAlgorithmIdentifier_
signature_
ASN1BitString signature_
NO_PROTECTION
int NO_PROTECTION
- identifies no protection mode
PASSWORD_PROTECTION
int PASSWORD_PROTECTION
- identifies password protection mode
PUBLIC_KEY_PROTECTION
int PUBLIC_KEY_PROTECTION
- identifies public-key-protection mode
certId_
ASN1ObjectIdentifier certId_
- The certificate identifier.
certValue_
ASN1TaggedType certValue_
- The actual value of the certificate.
x509Cert_
ASN1OctetString x509Cert_
- The x.509 DER encoded Certificate
reg_
PKCS12OIDRegistry reg_
oid_
int[] oid_
- The OID defining this structure
crlId_
ASN1ObjectIdentifier crlId_
- The OID defining the contents of this structure.
crlValue_
ASN1TaggedType crlValue_
- The actual content of this structure.
x509crl_
ASN1OctetString x509crl_
- the x509Crl DER encoded value
reg_
PKCS12OIDRegistry reg_
mac_
DigestInfo mac_
- The mac data
macSalt_
ASN1OctetString macSalt_
- the salt used to produce the mac key
iter_
ASN1Integer iter_
- the number of iterations
authSafe_
ContentInfo authSafe_
- The actual content of this structure.
macData_
MacData macData_
- The mac data that protects the integrity of the PFX
in password-based-integrity- mode.
authentSafe_
AuthenticatedSafe authentSafe_
- The authenticated Safe in this structure
SHA_OID
int[] SHA_OID
- The OID for the SHA Hashfunction
INTEGRITY_MODE_
int INTEGRITY_MODE_
- holds the current integrity mode
bagId_
ASN1ObjectIdentifier bagId_
- The OID defining the bagId.
bagValue_
ASN1TaggedType bagValue_
bagAttributes_
ASN1SetOf bagAttributes_
- bagAttributes.
reg_
PKCS12OIDRegistry reg_
- The OID Registry for resolving
secretTypeId_
ASN1ObjectIdentifier secretTypeId_
- The TypeId of the secretBag's contents
secretValue_
ASN1TaggedType secretValue_
- The actual value of this bag.
reg_
PKCS12OIDRegistry reg_
factory_
CertificateFactory factory_
- The certificate factory that is used for decoding
certificates.
cache_
ASN1Set cache_
- The cache encoded X.509 certificates. This cache is
filled with opaque versions on encoding this instance.
contentType_
ASN1ObjectIdentifier contentType_
- The OID defining the contents of this structure.
content_
ASN1TaggedType content_
- The actual content of this structure.
contentType_
ASN1ObjectIdentifier contentType_
- The OID defining the contents of this structure.
cAlg_
AlgorithmIdentifier cAlg_
- The ContentEncryptionAlgorithmIdentifier
econtent_
ASN1TaggedType econtent_
- The encrypted content, if present in this structure.
bea_
String bea_
- The bulk encryption algorithm.
bek_
SecretKey bek_
- The bulk encryption key.
params_
AlgorithmParameters params_
- The bulk encryption algorithm parameters.
info_
EncryptedContentInfo info_
- the actual content of this structure.
version_
ASN1Integer version_
- The version of this structure.
recipients_
ASN1SetOf recipients_
- The RecipientInfos.
info_
EncryptedContentInfo info_
- The
EncryptedContentInfo
.
content_
ContentInfo content_
- The
ContentInfo
.
version_
ASN1Integer version_
- The version number of this RecipientInfo.
issuer_
Name issuer_
- The issuer name.
serial_
ASN1Integer serial_
- The serial number.
cAlg_
AlgorithmIdentifier cAlg_
- The
KeyEncryptionAlgorithmIdentifier
.
ekey_
ASN1OctetString ekey_
- The encrypted key.
digestID_
ASN1Set digestID_
- The DigestAlgorithmIdentifiers.
certs_
Certificates certs_
- The X.509 certificates.
sInfos_
ASN1SetOf sInfos_
- The
SignerInfos
.
crls_
ASN1Set crls_
- The revocation lists.
recipients_
ASN1SetOf recipients_
- The RecipientInfos.
info_
EncryptedContentInfo info_
- The
EncryptedContentInfo
.
cache_
ASN1Set cache_
- The cache encoded X.509 certificates. This cache is
filled with opaque versions on encoding this instance.
factory_
CertificateFactory factory_
- The certificate factory that is used for decoding
certificates.
digestID_
ASN1Set digestID_
- The DigestAlgorithmIdentifiers.
certs_
Certificates certs_
- The X.509 certificates.
infos_
ASN1SetOf infos_
- The
SignerInfos
.
crls_
ASN1Set crls_
- The revocation lists.
content_
ContentInfo content_
- The
ContentInfo
.
cache_
ASN1Set cache_
- The cache encoded X.509 certificates. This cache is
filled with opaque versions on encoding this instance.
factory_
CertificateFactory factory_
- The certificate factory that is used for decoding
certificates.
version_
ASN1Integer version_
- The version number of this SignerInfo.
issuer_
Name issuer_
- The issuer name. Still of type ANY but being
replaced by RDName soon.
serial_
ASN1Integer serial_
- The serial number.
dAlg_
AlgorithmIdentifier dAlg_
- The
DigestAlgorithmIdentifier
.
cAlg_
AlgorithmIdentifier cAlg_
- The
DigestEncryptionAlgorithmIdentifier
.
auth_
Attributes auth_
- The authenticated attributes.
attr_
Attributes attr_
- The unauthenticated attributes.
edig_
ASN1OctetString edig_
- The encrypted digest.
algorithm_
String algorithm_
- The algorithm to use when a
SignedData
instance is used for signing or verifying.
spec_
AlgorithmParameterSpec spec_
- The signature algorithm parameters spec to use when verifying
or signing
SignedData
instances.
encryptedData_
ASN1OctetString encryptedData_
- The result of encrypting the private-key
information.
algorithm_
AlgorithmIdentifier algorithm_
- The name of the algorithm to use when encrypting
PrivateKeyInfos or
null
if the algorithm
name is not known or not yet initialised.
random_
SecureRandom random_
- The source of randomness used for generating salt
values. If no PRNG is set then the default one is
used.
pbeParamSpec_
PBEParameterSpec pbeParamSpec_
- This variable has to be defined as a variable with
global scope.
It stores the
salt
and iterationCount
used for encoding a private Key. The information is stored as
an instance of AlgorithmParameters
used for a later decoding of the key.
version_
ASN1Integer version_
- Version is the syntax version number, for compatibility with
future revisions of the
. It shall be 0 for that version.
algorithm_
AlgorithmIdentifier algorithm_
- The
OID
of the private key algorithm
used in this structure.
attributes_
ASN1Set attributes_
- Attributes are the extended information that is encrypted
along with the private-key information.
registry_
OIDRegistry registry_
- The registry that is used to resolve attribute values.
type_
ASN1ObjectIdentifier type_
- The Object Identifier specifying the attribute type.
values_
ASN1Set values_
- The List of Attribute values.
serialVersionUID: 1L
currentEncoding_
int currentEncoding_
- Defines the encoding of the current Name Object
a2oid_
HashMap<K,V> a2oid_
- Mapping from acronyms to OID.
oid2a_
HashMap<K,V> oid2a_
- Mapping from OID to acronyms.
tmp_
List<E> tmp_
- The temporary list of AVAs that is collected during DER decoding.
parameters_
ASN1Opaque parameters_
- The algorithm parameters of the algorithm
specified by this algorithm identifier.
algorithm_
ASN1ObjectIdentifier algorithm_
- The OID of the algorithm.
algorithm_
AlgorithmIdentifier algorithm_
encodedKey_
ASN1BitString encodedKey_
Certificate
ASN1Sequence Certificate
tbsCertificate
ASN1Sequence tbsCertificate
signatureAlgorithm
AlgorithmIdentifier signatureAlgorithm
signatureValue
ASN1BitString signatureValue
version
ASN1TaggedType version
serialNumber
ASN1Integer serialNumber
signature
AlgorithmIdentifier signature
issuer
Name issuer
notBefore
ASN1Choice notBefore
notAfter
ASN1Choice notAfter
subject
Name subject
subjectPublicKeyInfo
SubjectPublicKeyInfo subjectPublicKeyInfo
issuerUniqueID
ASN1TaggedType issuerUniqueID
subjectUniqueID
ASN1TaggedType subjectUniqueID
extensions
ASN1TaggedType extensions
t_
Throwable t_
extnID
ASN1ObjectIdentifier extnID
critical
ASN1Boolean critical
extnValue
ASN1OctetString extnValue
readExternal
public void readExternal(ObjectInput s)
throws IOException
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput s)
throws IOException
- Throws:
IOException
Package codec.x509.extensions |
authorityKeyIdentifier
ASN1Sequence authorityKeyIdentifier
keyIdentifierTag
ASN1TaggedType keyIdentifierTag
keyIdentifier
ASN1OctetString keyIdentifier
certIssuerTag
ASN1TaggedType certIssuerTag
certIssuer
ASN1SequenceOf certIssuer
certSerialNumberTag
ASN1TaggedType certSerialNumberTag
certSerialNumber
ASN1Integer certSerialNumber
cA
ASN1Boolean cA
pathLenConstraints
ASN1Integer pathLenConstraints
basicConstraintsSyntax
ASN1Sequence basicConstraintsSyntax
id_ce_extCertificatePolicies
ASN1ObjectIdentifier id_ce_extCertificatePolicies
certificatePoliciesSyntax
ASN1SequenceOf certificatePoliciesSyntax
cRLDistributionPointSyntax
ASN1SequenceOf cRLDistributionPointSyntax
distributionPointName
ASN1Choice distributionPointName
distributionPointNameTag
ASN1TaggedType distributionPointNameTag
reasons
ASN1BitString reasons
reasonsTag
ASN1TaggedType reasonsTag
cRLIssuer
ASN1SequenceOf cRLIssuer
cRLIssuerTag
ASN1TaggedType cRLIssuerTag
generalNames
ASN1SequenceOf generalNames
generalNamesTag
ASN1TaggedType generalNamesTag
nameRel
ASN1SetOf nameRel
nameRelTag
ASN1TaggedType nameRelTag
oidValues
ASN1Sequence oidValues
theReason
ASN1Enumerated theReason
id_ce_subjectKeyIdentifier
ASN1ObjectIdentifier id_ce_subjectKeyIdentifier
keyIdentifier
ASN1OctetString keyIdentifier
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.