- CA_COMPROMISE - Static variable in class com.tencent.kona.sun.security.x509.DistributionPoint
-
- CA_COMPROMISE - Static variable in class com.tencent.kona.sun.security.x509.ReasonFlags
-
- cacerts() - Static method in class com.tencent.kona.sun.security.util.FilePaths
-
- Cache<K,V> - Class in com.tencent.kona.sun.security.util
-
Abstract base class and factory for caches.
- Cache() - Constructor for class com.tencent.kona.sun.security.util.Cache
-
- Cache.CacheVisitor<K,V> - Interface in com.tencent.kona.sun.security.util
-
- Cache.EqualByteArray - Class in com.tencent.kona.sun.security.util
-
Utility class that wraps a byte array and implements the equals()
and hashCode() contract in a way suitable for Maps and caches.
- cachedGetX509Cert(byte[]) - Static method in class com.tencent.kona.sun.security.provider.X509Factory
-
- CaseExactJKS() - Constructor for class com.tencent.kona.sun.security.provider.JavaKeyStore.CaseExactJKS
-
- CertException - Exception in com.tencent.kona.sun.security.x509
-
- CertException(int, String) - Constructor for exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Constructs a certificate exception using an error code
(verf_*) and a string describing the context
of the error.
- CertException(int) - Constructor for exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Constructs a certificate exception using just an error code,
without a string describing the context.
- CertId - Class in com.tencent.kona.sun.security.provider.certpath
-
This class corresponds to the CertId field in OCSP Request
and the OCSP Response.
- CertId(X509Certificate, SerialNumber) - Constructor for class com.tencent.kona.sun.security.provider.certpath.CertId
-
Creates a CertId.
- CertId(X500Principal, PublicKey, SerialNumber) - Constructor for class com.tencent.kona.sun.security.provider.certpath.CertId
-
- CertId(DerInputStream) - Constructor for class com.tencent.kona.sun.security.provider.certpath.CertId
-
Creates a CertId from its ASN.1 DER encoding.
- CERTIFICATE_HOLD - Static variable in class com.tencent.kona.sun.security.x509.DistributionPoint
-
- CERTIFICATE_HOLD - Static variable in class com.tencent.kona.sun.security.x509.ReasonFlags
-
- CertificateAlgorithmId - Class in com.tencent.kona.sun.security.x509
-
This class defines the AlgorithmId for the Certificate.
- CertificateAlgorithmId(AlgorithmId) - Constructor for class com.tencent.kona.sun.security.x509.CertificateAlgorithmId
-
Default constructor for the certificate attribute.
- CertificateAlgorithmId(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateAlgorithmId
-
Create the object, decoding the values from the passed DER stream.
- CertificateAlgorithmId(InputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateAlgorithmId
-
Create the object, decoding the values from the passed stream.
- CertificateExtensions - Class in com.tencent.kona.sun.security.x509
-
This class defines the Extensions attribute for the Certificate.
- CertificateExtensions() - Constructor for class com.tencent.kona.sun.security.x509.CertificateExtensions
-
Default constructor.
- CertificateExtensions(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateExtensions
-
Create the object, decoding the values from the passed DER stream.
- CertificateIssuer_Id - Static variable in class com.tencent.kona.sun.security.x509.PKIXExtensions
-
Identifies the certificate issuer associated with an entry in an
indirect CRL.
- CertificateIssuerExtension - Class in com.tencent.kona.sun.security.x509
-
Represents the CRL Certificate Issuer Extension (OID = 2.5.29.29).
- CertificateIssuerExtension(GeneralNames) - Constructor for class com.tencent.kona.sun.security.x509.CertificateIssuerExtension
-
Create a CertificateIssuerExtension containing the specified issuer name.
- CertificateIssuerExtension(Boolean, Object) - Constructor for class com.tencent.kona.sun.security.x509.CertificateIssuerExtension
-
Create a CertificateIssuerExtension from the specified DER encoded
value of the same.
- CertificatePolicies_Id - Static variable in class com.tencent.kona.sun.security.x509.PKIXExtensions
-
Contains the sequence of policy information terms.
- CertificatePoliciesExtension - Class in com.tencent.kona.sun.security.x509
-
This class defines the certificate policies extension which specifies the
policies under which the certificate has been issued
and the purposes for which the certificate may be used.
- CertificatePoliciesExtension(List<PolicyInformation>) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePoliciesExtension
-
Create a CertificatePoliciesExtension object from
a List of PolicyInformation; the criticality is set to false.
- CertificatePoliciesExtension(Boolean, List<PolicyInformation>) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePoliciesExtension
-
Create a CertificatePoliciesExtension object from
a List of PolicyInformation with specified criticality.
- CertificatePoliciesExtension(Boolean, Object) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePoliciesExtension
-
Create the extension from its DER encoded value and criticality.
- CertificatePolicyId - Class in com.tencent.kona.sun.security.x509
-
Represent the CertificatePolicyId ASN.1 object.
- CertificatePolicyId(ObjectIdentifier) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePolicyId
-
Create a CertificatePolicyId with the ObjectIdentifier.
- CertificatePolicyId(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePolicyId
-
Create the object from its Der encoded value.
- CertificatePolicyMap - Class in com.tencent.kona.sun.security.x509
-
Represent the CertificatePolicyMap ASN.1 object.
- CertificatePolicyMap(CertificatePolicyId, CertificatePolicyId) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePolicyMap
-
Create a CertificatePolicyMap with the passed CertificatePolicyId's.
- CertificatePolicyMap(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePolicyMap
-
Create the CertificatePolicyMap from the DER encoded value.
- CertificatePolicySet - Class in com.tencent.kona.sun.security.x509
-
This class defines the certificate policy set ASN.1 object.
- CertificatePolicySet(Vector<CertificatePolicyId>) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePolicySet
-
The default constructor for this class.
- CertificatePolicySet(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificatePolicySet
-
Create the object from the DerValue.
- CertificateSerialNumber - Class in com.tencent.kona.sun.security.x509
-
This class defines the SerialNumber attribute for the Certificate.
- CertificateSerialNumber(BigInteger) - Constructor for class com.tencent.kona.sun.security.x509.CertificateSerialNumber
-
Default constructor for the certificate attribute.
- CertificateSerialNumber(int) - Constructor for class com.tencent.kona.sun.security.x509.CertificateSerialNumber
-
Default constructor for the certificate attribute.
- CertificateSerialNumber(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateSerialNumber
-
Create the object, decoding the values from the passed DER stream.
- CertificateSerialNumber(InputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateSerialNumber
-
Create the object, decoding the values from the passed stream.
- CertificateSerialNumber(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.CertificateSerialNumber
-
Create the object, decoding the values from the passed DerValue.
- CertificateSubjectName - Class in com.tencent.kona.sun.security.x509
-
This class defines the X500Name attribute for the Certificate.
- CertificateSubjectName(X500Name) - Constructor for class com.tencent.kona.sun.security.x509.CertificateSubjectName
-
Default constructor for the certificate attribute.
- CertificateSubjectName(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateSubjectName
-
Create the object, decoding the values from the passed DER stream.
- CertificateSubjectName(InputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateSubjectName
-
Create the object, decoding the values from the passed stream.
- CertificateValidity - Class in com.tencent.kona.sun.security.x509
-
This class defines the interval for which the certificate is valid.
- CertificateValidity(Date, Date) - Constructor for class com.tencent.kona.sun.security.x509.CertificateValidity
-
The constructor for this class for the specified interval.
- CertificateValidity(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateValidity
-
Create the object, decoding the values from the passed DER stream.
- CertificateVersion - Class in com.tencent.kona.sun.security.x509
-
This class defines the version of the X509 Certificate.
- CertificateVersion() - Constructor for class com.tencent.kona.sun.security.x509.CertificateVersion
-
The default constructor for this class,
sets the version to 0 (i.e.
- CertificateVersion(int) - Constructor for class com.tencent.kona.sun.security.x509.CertificateVersion
-
The constructor for this class for the required version.
- CertificateVersion(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateVersion
-
Create the object, decoding the values from the passed DER stream.
- CertificateVersion(InputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateVersion
-
Create the object, decoding the values from the passed stream.
- CertificateVersion(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.CertificateVersion
-
Create the object, decoding the values from the passed DerValue.
- CertificateX509Key - Class in com.tencent.kona.sun.security.x509
-
This class defines the X509Key attribute for the Certificate.
- CertificateX509Key(PublicKey) - Constructor for class com.tencent.kona.sun.security.x509.CertificateX509Key
-
Default constructor for the certificate attribute.
- CertificateX509Key(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateX509Key
-
Create the object, decoding the values from the passed DER stream.
- CertificateX509Key(InputStream) - Constructor for class com.tencent.kona.sun.security.x509.CertificateX509Key
-
Create the object, decoding the values from the passed stream.
- certPathConstraints() - Static method in class com.tencent.kona.sun.security.util.DisabledAlgorithmConstraints
-
- CertPathConstraintsParameters - Class in com.tencent.kona.sun.security.provider.certpath
-
This class contains parameters for checking certificates against
constraints specified in the jdk.certpath.disabledAlgorithms security
property.
- CertPathConstraintsParameters(X509Certificate, String, TrustAnchor, Date) - Constructor for class com.tencent.kona.sun.security.provider.certpath.CertPathConstraintsParameters
-
- CertPathConstraintsParameters(Key, String, TrustAnchor, Date) - Constructor for class com.tencent.kona.sun.security.provider.certpath.CertPathConstraintsParameters
-
- CertPathHelper - Class in com.tencent.kona.sun.security.provider.certpath
-
Helper class that allows access to JDK specific known-public methods in the
java.security.cert package.
- CertPathHelper() - Constructor for class com.tencent.kona.sun.security.provider.certpath.CertPathHelper
-
- certToString() - Method in class com.tencent.kona.sun.security.provider.certpath.Vertex
-
- CESSATION_OF_OPERATION - Static variable in class com.tencent.kona.sun.security.x509.DistributionPoint
-
- CESSATION_OF_OPERATION - Static variable in class com.tencent.kona.sun.security.x509.ReasonFlags
-
- CHALLENGE_PASSWORD_OID - Static variable in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
- check(Certificate, Collection<String>) - Method in class com.tencent.kona.sun.security.provider.certpath.AlgorithmChecker
-
- check(Certificate, Collection<String>) - Method in class com.tencent.kona.sun.security.provider.certpath.UntrustedChecker
-
- CHECK_MEMBER_ACCESS_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- checkAuthority(URL) - Static method in class com.tencent.kona.sun.net.util.IPAddressUtil
-
- checkExternalForm(URL) - Static method in class com.tencent.kona.sun.net.util.IPAddressUtil
-
- checkHostString(String) - Static method in class com.tencent.kona.sun.net.util.IPAddressUtil
-
- checkKeyAndSigAlgMatch(PrivateKey, String) - Static method in class com.tencent.kona.sun.security.util.SignatureUtil
-
Checks if a signature algorithm matches a key, i.e.
- checkTlsPreMasterSecretKey(int, int, SecureRandom, byte[], boolean) - Static method in class com.tencent.kona.sun.security.util.KeyUtil
-
Check the format of TLS PreMasterSecret.
- checkValidity() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Checks that the certificate is currently valid, i.e.
- checkValidity(Date) - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Checks that the specified date is within the certificate's
validity period, or basically if the certificate would be
valid at the specified date/time.
- clear() - Method in class com.tencent.kona.sun.security.util.Cache
-
Remove all entries from the cache.
- clearCache() - Static method in class com.tencent.kona.sun.security.provider.certpath.X509CertificatePair
-
Clear the cache for debugging.
- clone() - Method in class com.tencent.kona.sun.security.cert.URICertStoreParameters
-
Returns a copy of this object.
- clone() - Method in class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
- clone() - Method in class com.tencent.kona.sun.security.x509.NameConstraintsExtension
-
Clone all objects that may be modified during certificate validation.
- CMS_ALGORITHM_PROTECTION_OID - Static variable in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
- CollectionCertStore - Class in com.tencent.kona.sun.security.provider.certpath
-
A CertStore that retrieves Certificates and
CRLs from a Collection.
- CollectionCertStore(CertStoreParameters) - Constructor for class com.tencent.kona.sun.security.provider.certpath.CollectionCertStore
-
Creates a CertStore with the specified parameters.
- CollectionUtil - Class in com.tencent.kona.sun.security.util
-
- CollectionUtil() - Constructor for class com.tencent.kona.sun.security.util.CollectionUtil
-
- com.tencent.kona.pkix - package com.tencent.kona.pkix
-
- com.tencent.kona.sun.net.util - package com.tencent.kona.sun.net.util
-
- com.tencent.kona.sun.net.www - package com.tencent.kona.sun.net.www
-
- com.tencent.kona.sun.security.cert - package com.tencent.kona.sun.security.cert
-
- com.tencent.kona.sun.security.pkcs - package com.tencent.kona.sun.security.pkcs
-
- com.tencent.kona.sun.security.pkcs12 - package com.tencent.kona.sun.security.pkcs12
-
- com.tencent.kona.sun.security.provider - package com.tencent.kona.sun.security.provider
-
- com.tencent.kona.sun.security.provider.certpath - package com.tencent.kona.sun.security.provider.certpath
-
- com.tencent.kona.sun.security.provider.certpath.ssl - package com.tencent.kona.sun.security.provider.certpath.ssl
-
- com.tencent.kona.sun.security.timestamp - package com.tencent.kona.sun.security.timestamp
-
- com.tencent.kona.sun.security.tools - package com.tencent.kona.sun.security.tools
-
- com.tencent.kona.sun.security.util - package com.tencent.kona.sun.security.util
-
- com.tencent.kona.sun.security.validator - package com.tencent.kona.sun.security.validator
-
- com.tencent.kona.sun.security.x509 - package com.tencent.kona.sun.security.x509
-
- commonAncestor(X500Name) - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Return lowest common ancestor of this name and other name
- commonName_oid - Static variable in class com.tencent.kona.sun.security.x509.X500Name
-
- compare(int) - Method in class com.tencent.kona.sun.security.x509.CertificateVersion
-
Compare versions.
- compareTo(X509CRLEntryImpl) - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.DNSName
-
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.EDIPartyName
-
Return constraint type:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
- constrains(GeneralNameInterface) - Method in interface com.tencent.kona.sun.security.x509.GeneralNameInterface
-
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.IPAddressName
-
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name
(i.e.
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.OIDName
-
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.OtherName
-
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name
(i.e.
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.RFC822Name
-
Return constraint type:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.URIName
-
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name
(i.e.
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.X400Address
-
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
- constrains(GeneralNameInterface) - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Return constraint type:
NAME_DIFF_TYPE = -1: input name is different type from this name
(i.e.
- ConstraintsParameters - Interface in com.tencent.kona.sun.security.util
-
This interface contains parameters for checking against constraints that
extend past the publicly available parameters in
java.security.AlgorithmConstraints.
- contains(X509Certificate) - Static method in class com.tencent.kona.sun.security.util.AnchorCertificates
-
Checks if a certificate is a JDK trust anchor.
- contains(GeneralSubtree) - Method in class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
- CONTENT_TYPE_OID - Static variable in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
- ContentInfo - Class in com.tencent.kona.sun.security.pkcs
-
A ContentInfo type, as defined in PKCS#7.
- ContentInfo(ObjectIdentifier, DerValue) - Constructor for class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- ContentInfo(byte[]) - Constructor for class com.tencent.kona.sun.security.pkcs.ContentInfo
-
Make a contentInfo of type data.
- ContentInfo(DerInputStream) - Constructor for class com.tencent.kona.sun.security.pkcs.ContentInfo
-
Parses a PKCS#7 content info.
- ContentInfo(DerInputStream, boolean) - Constructor for class com.tencent.kona.sun.security.pkcs.ContentInfo
-
Parses a PKCS#7 content info.
- convertFromIPv4MappedAddress(byte[]) - Static method in class com.tencent.kona.sun.net.util.IPAddressUtil
-
- COUNTERSIGNATURE_OID - Static variable in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
- countryName_oid - Static variable in class com.tencent.kona.sun.security.x509.X500Name
-
- CREATE_ACC_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- CREATE_CLASSLOADER_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- critical - Variable in class com.tencent.kona.sun.security.x509.Extension
-
- CRL_SIGN - Static variable in class com.tencent.kona.sun.security.x509.KeyUsageExtension
-
- CRLDistributionPoints_Id - Static variable in class com.tencent.kona.sun.security.x509.PKIXExtensions
-
Identifies how CRL information is obtained.
- CRLDistributionPointsExtension - Class in com.tencent.kona.sun.security.x509
-
Represent the CRL Distribution Points Extension (OID = 2.5.29.31).
- CRLDistributionPointsExtension(List<DistributionPoint>) - Constructor for class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Create a CRLDistributionPointsExtension from a List of
DistributionPoint; the criticality is set to false.
- CRLDistributionPointsExtension(boolean, List<DistributionPoint>) - Constructor for class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Create a CRLDistributionPointsExtension from a List of
DistributionPoint.
- CRLDistributionPointsExtension(ObjectIdentifier, boolean, List<DistributionPoint>, String) - Constructor for class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Creates the extension (also called by the subclass).
- CRLDistributionPointsExtension(Boolean, Object) - Constructor for class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Create the extension from the passed DER encoded value of the same.
- CRLDistributionPointsExtension(ObjectIdentifier, Boolean, Object, String) - Constructor for class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Creates the extension (also called by the subclass).
- CRLExtensions - Class in com.tencent.kona.sun.security.x509
-
This class defines the CRL Extensions.
- CRLExtensions() - Constructor for class com.tencent.kona.sun.security.x509.CRLExtensions
-
Default constructor.
- CRLExtensions(DerInputStream) - Constructor for class com.tencent.kona.sun.security.x509.CRLExtensions
-
Create the object, decoding the values from the passed DER stream.
- CRLNumber_Id - Static variable in class com.tencent.kona.sun.security.x509.PKIXExtensions
-
Conveys a monotonically increasing sequence number for each CRL
issued by a given CA.
- CRLNumberExtension - Class in com.tencent.kona.sun.security.x509
-
Represent the CRL Number Extension.
- CRLNumberExtension(int) - Constructor for class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Create a CRLNumberExtension with the integer value .
- CRLNumberExtension(BigInteger) - Constructor for class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Create a CRLNumberExtension with the BigInteger value .
- CRLNumberExtension(ObjectIdentifier, boolean, BigInteger, String, String) - Constructor for class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Creates the extension (also called by the subclass).
- CRLNumberExtension(Boolean, Object) - Constructor for class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Create the extension from the passed DER encoded value of the same.
- CRLNumberExtension(ObjectIdentifier, Boolean, Object, String, String) - Constructor for class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Creates the extension (also called by the subclass).
- CRLReasonCodeExtension - Class in com.tencent.kona.sun.security.x509
-
The reasonCode is a non-critical CRL entry extension that identifies
the reason for the certificate revocation.
- CRLReasonCodeExtension(int) - Constructor for class com.tencent.kona.sun.security.x509.CRLReasonCodeExtension
-
Create a CRLReasonCodeExtension with the passed in reason.
- CRLReasonCodeExtension(boolean, int) - Constructor for class com.tencent.kona.sun.security.x509.CRLReasonCodeExtension
-
Create a CRLReasonCodeExtension with the passed in reason.
- CRLReasonCodeExtension(Boolean, Object) - Constructor for class com.tencent.kona.sun.security.x509.CRLReasonCodeExtension
-
Create the extension from the passed DER encoded value of the same.
- EDIPartyName - Class in com.tencent.kona.sun.security.x509
-
This class defines the EDIPartyName of the GeneralName choice.
- EDIPartyName(String, String) - Constructor for class com.tencent.kona.sun.security.x509.EDIPartyName
-
Create the EDIPartyName object from the specified names.
- EDIPartyName(String) - Constructor for class com.tencent.kona.sun.security.x509.EDIPartyName
-
Create the EDIPartyName object from the specified name.
- EDIPartyName(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.EDIPartyName
-
Create the EDIPartyName object from the passed encoded Der value.
- EMAIL_ADDRESS_OID - Static variable in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
- emit(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.X500Name
-
- ENCIPHER_ONLY - Static variable in class com.tencent.kona.sun.security.x509.KeyUsageExtension
-
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
Write the DER encoding of this attribute to an output stream.
- encode(byte, DerOutputStream) - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attributes
-
Put the DER encoding of this PKCS9 attribute set on an
DerOutputStream, tagged with the given implicit tag.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
DER encode this object onto an output stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.provider.certpath.CertId
-
Encode the CertId using ASN.1 DER.
- encode() - Method in class com.tencent.kona.sun.security.timestamp.TSRequest
-
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.AccessDescription
-
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.AuthorityInfoAccessExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.AuthorityKeyIdentifierExtension
-
Write the extension to the OutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.AVA
-
DER encode this object onto an output stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.BasicConstraintsExtension
-
Encode this extension value to the output stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificateAlgorithmId
-
Encode the algorithm identifier in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificateExtensions
-
Encode the extensions in DER form to the stream, setting
the context specific tag as needed in the X.509 v3 certificate.
- encode(DerOutputStream, boolean) - Method in class com.tencent.kona.sun.security.x509.CertificateExtensions
-
Encode the extensions in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificateIssuerExtension
-
Write the extension to the OutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificatePoliciesExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificatePolicyId
-
Write the CertificatePolicyId to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificatePolicyMap
-
Write the CertificatePolicyMap to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificatePolicySet
-
Encode the policy set to the output stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificateSerialNumber
-
Encode the serial number in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificateSubjectName
-
Encode the name in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificateValidity
-
Encode the CertificateValidity period in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificateVersion
-
Encode the CertificateVersion period in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CertificateX509Key
-
Encode the key in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream, ObjectIdentifier, boolean) - Method in class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream, boolean) - Method in class com.tencent.kona.sun.security.x509.CRLExtensions
-
Encode the extensions in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream, ObjectIdentifier, boolean) - Method in class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.CRLReasonCodeExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.DeltaCRLIndicatorExtension
-
Writes the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.DistributionPoint
-
Write the DistributionPoint value to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.DistributionPointName
-
Encodes the distribution point name and writes it to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.DNSName
-
Encode the DNSName into the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.EDIPartyName
-
Encode the EDI party name into the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.ExtendedKeyUsageExtension
-
Write the extension to the DerOutputStream.
- encode(OutputStream) - Method in class com.tencent.kona.sun.security.x509.Extension
-
Implementing Extension.encode(OutputStream).
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.Extension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.FreshestCRLExtension
-
Writes the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.GeneralName
-
Encode the name to the specified DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.GeneralNames
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.GeneralSubtree
-
Encode the GeneralSubtree.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
Encode the GeneralSubtrees.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.InhibitAnyPolicyExtension
-
Encode this extension value to the output stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.InvalidityDateExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.IPAddressName
-
Encode the IPAddress name into the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.IssuerAlternativeNameExtension
-
Write the extension to the OutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.IssuingDistributionPointExtension
-
Encodes the issuing distribution point extension and writes it to the
DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.KeyUsageExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.NameConstraintsExtension
-
Write the extension to the OutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.NetscapeCertTypeExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.OIDName
-
Encode the OID name into the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.OtherName
-
Encode the Other name into the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.PolicyConstraintsExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.PolicyInformation
-
Write the PolicyInformation to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.PolicyMappingsExtension
-
Write the extension to the OutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.PrivateKeyUsageExtension
-
Write the extension to the OutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.ReasonFlags
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.RFC822Name
-
Encode the RFC822 name into the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.SerialNumber
-
Encode the SerialNumber in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.SubjectAlternativeNameExtension
-
Write the extension to the OutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.SubjectInfoAccessExtension
-
Write the extension to the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.SubjectKeyIdentifierExtension
-
Write the extension to the OutputStream.
- encode(DerOutputStream, byte) - Method in class com.tencent.kona.sun.security.x509.UniqueIdentity
-
Encode the UniqueIdentity in DER form to the stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.URIName
-
Encode the URI name into the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.X400Address
-
Encode the X400 name into the DerOutputStream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Encodes the name in DER-encoded form.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
DER encode this object onto an output stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
Appends the certificate to an output stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Encodes the revoked certificate to an output stream.
- encode(DerOutputStream) - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
- encodeInfo() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl.TBSCertList
-
Encodes the "to-be-signed" TBSCertList to the OutputStream.
- encodePath(String) - Static method in class com.tencent.kona.sun.net.www.ParseUtil
-
Constructs an encoded version of the specified path string suitable
for use in the construction of a URL.
- encodePath(String, boolean) - Static method in class com.tencent.kona.sun.net.www.ParseUtil
-
- encodeSignedData(DerOutputStream) - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Encodes the signed data to a DerOutputStream.
- ENCRYPTED_DATA_OID - Static variable in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- EncryptedPrivateKeyInfo - Class in com.tencent.kona.sun.security.pkcs
-
This class implements the EncryptedPrivateKeyInfo type,
which is defined in PKCS #8 as follows:
- EncryptedPrivateKeyInfo(byte[]) - Constructor for class com.tencent.kona.sun.security.pkcs.EncryptedPrivateKeyInfo
-
Constructs (i.e., parses) an EncryptedPrivateKeyInfo from
its encoding.
- EncryptedPrivateKeyInfo(AlgorithmId, byte[]) - Constructor for class com.tencent.kona.sun.security.pkcs.EncryptedPrivateKeyInfo
-
Constructs an EncryptedPrivateKeyInfo from the
encryption algorithm and the encrypted data.
- END_CERT - Static variable in class com.tencent.kona.sun.security.provider.X509Factory
-
- engineAliases() - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Lists all the alias names of this keystore.
- engineAliases() - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Lists all the alias names of this keystore.
- engineAliases() - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineBuild(CertPathParameters) - Method in class com.tencent.kona.sun.security.provider.certpath.SunCertPathBuilder
-
Attempts to build a certification path using the Sun build
algorithm from a trusted anchor(s) to a target subject, which must both
be specified in the input parameter set.
- engineContainsAlias(String) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Checks if the given alias exists in this keystore.
- engineContainsAlias(String) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Checks if the given alias exists in this keystore.
- engineContainsAlias(String) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineDeleteEntry(String) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Deletes the entry identified by the given alias from this keystore.
- engineDeleteEntry(String) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Deletes the entry identified by the given alias from this keystore.
- engineDeleteEntry(String) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineEntryInstanceOf(String, Class<? extends KeyStore.Entry>) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Determines if the keystore Entry for the specified
alias is an instance or subclass of the specified
entryClass.
- engineEntryInstanceOf(String, Class<? extends KeyStore.Entry>) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineGenerateCertificate(InputStream) - Method in class com.tencent.kona.sun.security.provider.X509Factory
-
Generates an X.509 certificate object and initializes it with
the data read from the input stream is.
- engineGenerateCertificates(InputStream) - Method in class com.tencent.kona.sun.security.provider.X509Factory
-
Returns a (possibly empty) collection view of X.509 certificates read
from the given input stream is.
- engineGenerateCertPath(InputStream) - Method in class com.tencent.kona.sun.security.provider.X509Factory
-
Generates a CertPath object and initializes it with
the data read from the InputStream inStream.
- engineGenerateCertPath(InputStream, String) - Method in class com.tencent.kona.sun.security.provider.X509Factory
-
Generates a CertPath object and initializes it with
the data read from the InputStream inStream.
- engineGenerateCertPath(List<? extends Certificate>) - Method in class com.tencent.kona.sun.security.provider.X509Factory
-
Generates a CertPath object and initializes it with
a List of Certificates.
- engineGenerateCRL(InputStream) - Method in class com.tencent.kona.sun.security.provider.X509Factory
-
Generates an X.509 certificate revocation list (CRL) object and
initializes it with the data read from the given input stream
is.
- engineGenerateCRLs(InputStream) - Method in class com.tencent.kona.sun.security.provider.X509Factory
-
Returns a (possibly empty) collection view of X.509 CRLs read
from the given input stream is.
- engineGetCertificate(String) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Returns the certificate associated with the given alias.
- engineGetCertificate(String) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Returns the certificate associated with the given alias.
- engineGetCertificate(String) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineGetCertificateAlias(Certificate) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Returns the (alias) name of the first keystore entry whose certificate
matches the given certificate.
- engineGetCertificateAlias(Certificate) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Returns the (alias) name of the first keystore entry whose certificate
matches the given certificate.
- engineGetCertificateAlias(Certificate) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineGetCertificateChain(String) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Returns the certificate chain associated with the given alias.
- engineGetCertificateChain(String) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Returns the certificate chain associated with the given alias.
- engineGetCertificateChain(String) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineGetCertificates(CertSelector) - Method in class com.tencent.kona.sun.security.provider.certpath.CollectionCertStore
-
Returns a Collection of Certificates that
match the specified selector.
- engineGetCertificates(CertSelector) - Method in class com.tencent.kona.sun.security.provider.certpath.IndexedCollectionCertStore
-
Returns a Collection of Certificates that
match the specified selector.
- engineGetCertificates(CertSelector) - Method in class com.tencent.kona.sun.security.provider.certpath.ssl.SSLServerCertStore
-
- engineGetCertPathEncodings() - Method in class com.tencent.kona.sun.security.provider.X509Factory
-
Returns an iteration of the CertPath encodings supported
by this certificate factory, with the default encoding first.
- engineGetCreationDate(String) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Returns the creation date of the entry identified by the given alias.
- engineGetCreationDate(String) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Returns the creation date of the entry identified by the given alias.
- engineGetCreationDate(String) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineGetCRLs(CRLSelector) - Method in class com.tencent.kona.sun.security.provider.certpath.CollectionCertStore
-
Returns a Collection of CRLs that
match the specified selector.
- engineGetCRLs(CRLSelector) - Method in class com.tencent.kona.sun.security.provider.certpath.IndexedCollectionCertStore
-
Returns a Collection of CRLs that
match the specified selector.
- engineGetCRLs(CRLSelector) - Method in class com.tencent.kona.sun.security.provider.certpath.ssl.SSLServerCertStore
-
- engineGetEntry(String, KeyStore.ProtectionParameter) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Gets a KeyStore.Entry for the specified alias
with the specified protection parameter.
- engineGetEntry(String, KeyStore.ProtectionParameter) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineGetKey(String, char[]) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Returns the key associated with the given alias, using the given
password to recover it.
- engineGetKey(String, char[]) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Returns the key associated with the given alias, using the given
password to recover it.
- engineGetKey(String, char[]) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineGetRevocationChecker() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXCertPathValidator
-
- engineGetRevocationChecker() - Method in class com.tencent.kona.sun.security.provider.certpath.SunCertPathBuilder
-
- engineIsCertificateEntry(String) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Returns true if the entry identified by the given alias is a
trusted certificate entry, and false otherwise.
- engineIsCertificateEntry(String) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Returns true if the entry identified by the given alias is a
trusted certificate entry, and false otherwise.
- engineIsCertificateEntry(String) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineIsKeyEntry(String) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Returns true if the entry identified by the given alias is a
key entry, and false otherwise.
- engineIsKeyEntry(String) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Returns true if the entry identified by the given alias is a
key entry, and false otherwise.
- engineIsKeyEntry(String) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineLoad(InputStream, char[]) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Loads the keystore from the given input stream.
- engineLoad(InputStream, char[]) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Loads the keystore from the given input stream.
- engineLoad(InputStream, char[]) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineProbe(InputStream) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Probe the first few bytes of the keystore data stream for a valid
PKCS12 keystore encoding.
- engineSetCertificateEntry(String, Certificate) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Assigns the given certificate to the given alias.
- engineSetCertificateEntry(String, Certificate) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Assigns the given certificate to the given alias.
- engineSetCertificateEntry(String, Certificate) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineSetEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Saves a KeyStore.Entry under the specified alias.
- engineSetEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Assigns the given key to the given alias, protecting it with the given
password.
- engineSetKeyEntry(String, byte[], Certificate[]) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Assigns the given key (that has already been protected) to the given
alias.
- engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Assigns the given private key to the given alias, protecting
it with the given password as defined in PKCS8.
- engineSetKeyEntry(String, byte[], Certificate[]) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Assigns the given key (that has already been protected) to the given
alias.
- engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineSetKeyEntry(String, byte[], Certificate[]) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineSize() - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Retrieves the number of entries in this keystore.
- engineSize() - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Retrieves the number of entries in this keystore.
- engineSize() - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineStore(OutputStream, char[]) - Method in class com.tencent.kona.sun.security.pkcs12.PKCS12KeyStore
-
Stores this keystore to the given output stream, and protects its
integrity with the given password.
- engineStore(OutputStream, char[]) - Method in class com.tencent.kona.sun.security.provider.JavaKeyStore
-
Stores this keystore to the given output stream, and protects its
integrity with the given password.
- engineStore(OutputStream, char[]) - Method in class com.tencent.kona.sun.security.provider.KeyStoreDelegator
-
- engineUpdate(SecretKey) - Method in interface com.tencent.kona.sun.security.util.MessageDigestSpi2
-
Updates the digest using the specified key.
- engineValidate(CertPath, CertPathParameters) - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXCertPathValidator
-
Validates a certification path consisting exclusively of
X509Certificates using the PKIX validation algorithm,
which uses the specified input parameter set.
- ENVELOPED_DATA_OID - Static variable in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- EqualByteArray(byte[]) - Constructor for class com.tencent.kona.sun.security.util.Cache.EqualByteArray
-
- equals(Object) - Method in class com.tencent.kona.sun.security.cert.URICertStoreParameters
-
Compares the specified object with this parameters object for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.pkcs.EncryptedPrivateKeyInfo
-
- equals(Object) - Method in class com.tencent.kona.sun.security.provider.certpath.CertId
-
Compares this CertId for equality with the specified
object.
- equals(Object) - Method in class com.tencent.kona.sun.security.provider.certpath.ResponderId
-
Compares the specified object with this ResponderId for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.util.Cache.EqualByteArray
-
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.AccessDescription
-
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.AVA
-
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.CertificateExtensions
-
Compares this CertificateExtensions for equality with the specified
object.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.CertificatePolicyId
-
Compares this CertificatePolicyId with another, for
equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.CRLExtensions
-
Compares this CRLExtensions for equality with the specified
object.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.DistributionPoint
-
Compare an object to this DistributionPoint for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.DistributionPointName
-
Compare an object to this distribution point name for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.DNSName
-
Compares this name with another, for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.EDIPartyName
-
Compare this EDIPartyName with another.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.Extension
-
Compares this Extension for equality with the specified
object.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.GeneralName
-
Compare this GeneralName with another
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.GeneralNames
-
compare this GeneralNames to other object for equality
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.GeneralSubtree
-
Compare this GeneralSubtree with another
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
Compare two general subtrees by comparing the subtrees
of each.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.IPAddressName
-
Compares this name with another, for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.KeyIdentifier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.OIDName
-
Compares this name with another, for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.OtherName
-
Compares this name with another, for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.PolicyInformation
-
Compare this PolicyInformation with another object for equality
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.RDN
-
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.RFC822Name
-
Compares this name with another, for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.URIName
-
Compares this name with another, for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Compares this name with another, for equality.
- equals(Object) - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
Compares two X509CertInfo objects.
- equals(X509CertInfo) - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
Compares two certificates, returning false if any data
differs between the two.
- err_CONSTRUCTION - Static variable in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Indicates an error constructing a certificate or certificate chain.
- err_ENCODING - Static variable in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Indicates a problem with the certificate encoding
- err_INVALID_FORMAT - Static variable in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Indicates a problem with the certificate format
- err_INVALID_PUBLIC_KEY - Static variable in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Indicates a problem with the public key
- err_INVALID_VERSION - Static variable in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Indicates a problem with the certificate version
- expand(String) - Static method in class com.tencent.kona.sun.security.util.PropertyExpander
-
- expand(String, boolean) - Static method in class com.tencent.kona.sun.security.util.PropertyExpander
-
- expandArgs(String, String, String, String, String[]) - Static method in class com.tencent.kona.sun.security.tools.KeyStoreUtil
-
Prepends matched options from a pre-configured options file.
- ExpandException(String) - Constructor for exception com.tencent.kona.sun.security.util.PropertyExpander.ExpandException
-
- EXTENDED_CERTIFICATE_ATTRIBUTES_OID - Static variable in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
- extendedExceptionMsg() - Method in class com.tencent.kona.sun.security.provider.certpath.CertPathConstraintsParameters
-
- extendedExceptionMsg() - Method in interface com.tencent.kona.sun.security.util.ConstraintsParameters
-
Returns an extended message used in exceptions.
- ExtendedKeyUsage_Id - Static variable in class com.tencent.kona.sun.security.x509.PKIXExtensions
-
Identifies one or more purposes for which the certified public key
may be used, in addition to or in place of the basic purposes
indicated in the key usage extension field.
- ExtendedKeyUsageExtension - Class in com.tencent.kona.sun.security.x509
-
This class defines the Extended Key Usage Extension, which
indicates one or more purposes for which the certified public key
may be used, in addition to or in place of the basic purposes
indicated in the key usage extension field.
- ExtendedKeyUsageExtension(Vector<ObjectIdentifier>) - Constructor for class com.tencent.kona.sun.security.x509.ExtendedKeyUsageExtension
-
Create a ExtendedKeyUsageExtension object from
a Vector of Key Usages; the criticality is set to false.
- ExtendedKeyUsageExtension(Boolean, Vector<ObjectIdentifier>) - Constructor for class com.tencent.kona.sun.security.x509.ExtendedKeyUsageExtension
-
Create a ExtendedKeyUsageExtension object from
a Vector of KeyUsages with specified criticality.
- ExtendedKeyUsageExtension(Boolean, Object) - Constructor for class com.tencent.kona.sun.security.x509.ExtendedKeyUsageExtension
-
Create the extension from its DER encoded value and criticality.
- Extension - Class in com.tencent.kona.sun.security.x509
-
Represent a X509 Extension Attribute.
- Extension() - Constructor for class com.tencent.kona.sun.security.x509.Extension
-
Default constructor.
- Extension(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.Extension
-
Constructs an extension from a DER encoded array of bytes.
- Extension(ObjectIdentifier, boolean, byte[]) - Constructor for class com.tencent.kona.sun.security.x509.Extension
-
Constructs an Extension from individual components of ObjectIdentifier,
criticality and the DER encoded OctetString.
- Extension(Extension) - Constructor for class com.tencent.kona.sun.security.x509.Extension
-
Constructs an Extension from another extension.
- EXTENSION_REQUEST_OID - Static variable in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
- extensionId - Variable in class com.tencent.kona.sun.security.x509.Extension
-
- EXTENSIONS - Static variable in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- extensions - Variable in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- extensionValue - Variable in class com.tencent.kona.sun.security.x509.Extension
-
- extractDigestAlgFromDwithE(String) - Static method in class com.tencent.kona.sun.security.util.SignatureUtil
-
Extracts the digest algorithm name from a signature
algorithm name in either the "DIGESTwithENCRYPTION" or the
"DIGESTwithENCRYPTIONandWHATEVER" format.
- extractKeyAlgFromDwithE(String) - Static method in class com.tencent.kona.sun.security.util.SignatureUtil
-
Extracts the key algorithm name from a signature
algorithm name in either the "DIGESTwithENCRYPTION" or the
"DIGESTwithENCRYPTIONandWHATEVER" format.
- GeneralName - Class in com.tencent.kona.sun.security.x509
-
This class implements the ASN.1 GeneralName object class.
- GeneralName(GeneralNameInterface) - Constructor for class com.tencent.kona.sun.security.x509.GeneralName
-
Default constructor for the class.
- GeneralName(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.GeneralName
-
Create the object from its DER encoded value.
- GeneralName(DerValue, boolean) - Constructor for class com.tencent.kona.sun.security.x509.GeneralName
-
Create the object from its DER encoded value.
- GeneralNameInterface - Interface in com.tencent.kona.sun.security.x509
-
This interface specifies the abstract methods which have to be
implemented by all the members of the GeneralNames ASN.1 object.
- GeneralNames - Class in com.tencent.kona.sun.security.x509
-
This object class represents the GeneralNames type required in
X509 certificates.
- GeneralNames(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.GeneralNames
-
Create the GeneralNames, decoding from the passed DerValue.
- GeneralNames() - Constructor for class com.tencent.kona.sun.security.x509.GeneralNames
-
The default constructor for this class.
- GeneralSubtree - Class in com.tencent.kona.sun.security.x509
-
Represent the GeneralSubtree ASN.1 object, whose syntax is:
- GeneralSubtree(GeneralName, int, int) - Constructor for class com.tencent.kona.sun.security.x509.GeneralSubtree
-
The default constructor for the class.
- GeneralSubtree(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.GeneralSubtree
-
Create the object from its DER encoded form.
- GeneralSubtrees - Class in com.tencent.kona.sun.security.x509
-
Represent the GeneralSubtrees ASN.1 object.
- GeneralSubtrees() - Constructor for class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
The default constructor for the class.
- GeneralSubtrees(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
Create the object from the passed DER encoded form.
- generateCertificatePair(byte[]) - Static method in class com.tencent.kona.sun.security.provider.certpath.X509CertificatePair
-
Create a X509CertificatePair from its encoding.
- generateNewSignedData(String, Provider, PrivateKey, X509Certificate[], byte[], boolean, boolean, Function<byte[], PKCS9Attributes>) - Static method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Generate a PKCS7 data block.
- generateSignedData(byte[], X509Certificate[], byte[], String, URI, String, String) - Static method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Assembles a PKCS #7 signed data message that optionally includes a
signature timestamp.
- generateTimestamp(TSRequest) - Method in class com.tencent.kona.sun.security.timestamp.HttpTimestamper
-
Connects to the TSA and requests a timestamp.
- generateTimestamp(TSRequest) - Method in interface com.tencent.kona.sun.security.timestamp.Timestamper
-
- generateTimestampToken(Timestamper, String, String, byte[]) - Static method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Requests, processes and validates a timestamp token from a TSA using
common defaults.
- GENERATIONQUALIFIER_OID - Static variable in class com.tencent.kona.sun.security.x509.X500Name
-
- get(Object) - Method in class com.tencent.kona.sun.security.util.Cache
-
Get a value from the cache.
- get(int) - Method in class com.tencent.kona.sun.security.x509.GeneralNames
-
- get(int) - Method in class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
- get(String) - Method in class com.tencent.kona.sun.security.x509.KeyUsageExtension
-
Get the attribute value.
- get(String) - Method in class com.tencent.kona.sun.security.x509.NetscapeCertTypeExtension
-
Get the attribute value.
- get(String) - Method in class com.tencent.kona.sun.security.x509.ReasonFlags
-
Get the attribute value.
- GET_CLASSLOADER_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- GET_COMBINER_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- GET_COOKIEHANDLER_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- GET_PD_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- GET_POLICY_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- GET_PROXYSELECTOR_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- GET_RESPONSECACHE_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- GET_STACK_TRACE_PERMISSION - Static variable in class com.tencent.kona.sun.security.util.SecurityConstants
-
- getAccessDescriptions() - Method in class com.tencent.kona.sun.security.x509.AuthorityInfoAccessExtension
-
Return the list of AccessDescription objects.
- getAccessDescriptions() - Method in class com.tencent.kona.sun.security.x509.SubjectInfoAccessExtension
-
Return the list of AccessDescription objects.
- getAccessLocation() - Method in class com.tencent.kona.sun.security.x509.AccessDescription
-
- getAccessMethod() - Method in class com.tencent.kona.sun.security.x509.AccessDescription
-
- getAdjacencyList() - Method in exception com.tencent.kona.sun.security.provider.certpath.SunCertPathBuilderException
-
Returns the adjacency list containing information about the build.
- getAdjacencyList() - Method in class com.tencent.kona.sun.security.provider.certpath.SunCertPathBuilderResult
-
Returns the adjacency list containing information about the build.
- getAlgId() - Method in class com.tencent.kona.sun.security.x509.CertificateAlgorithmId
-
Get the AlgorithmId value.
- getAlgorithm() - Method in class com.tencent.kona.sun.security.pkcs.EncryptedPrivateKeyInfo
-
Returns the encryption algorithm.
- getAlgorithmId() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getAliases(String) - Static method in class com.tencent.kona.sun.security.util.AlgorithmDecomposer
-
Get aliases of the specified algorithm.
- getAllExtensions() - Method in class com.tencent.kona.sun.security.x509.CertificateExtensions
-
Return a collection view of the extensions.
- getAllExtensions() - Method in class com.tencent.kona.sun.security.x509.CRLExtensions
-
Return a collection view of the extensions.
- getAssignerName() - Method in class com.tencent.kona.sun.security.x509.EDIPartyName
-
Return the assignerName
- getAttribute(ObjectIdentifier) - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attributes
-
Get an attribute from this set.
- getAttribute(String) - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attributes
-
Get an attribute from this set.
- getAttributes() - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attributes
-
Get an array of all attributes in this set, in order of OID.
- getAttributeValue(ObjectIdentifier) - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attributes
-
Get an attribute value by OID.
- getAttributeValue(String) - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attributes
-
Get an attribute value by type name.
- getAuthenticatedAttributes() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getAuthKeyId() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
- getAuthKeyId() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
return the AuthorityKeyIdentifier, if any.
- getAuthKeyIdExtension() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
return the AuthorityKeyIdentifierExtension, if any.
- getAuthName() - Method in class com.tencent.kona.sun.security.x509.AuthorityKeyIdentifierExtension
-
- getAuthorityInfoAccessExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
- getAuthorityKeyIdentifierExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get AuthorityKeyIdentifier extension
- getBaseCRLNumber() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
return the base CRL number from the DeltaCRLIndicatorExtension, if any.
- getBasicConstraints() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get the certificate constraints path length from
the critical BasicConstraints extension, (oid = 2.5.29.19).
- getBasicConstraintsExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get BasicConstraints extension
- getBits() - Method in class com.tencent.kona.sun.security.x509.KeyUsageExtension
-
- getBooleanProperty(String, boolean) - Static method in class com.tencent.kona.sun.security.util.Utilities
-
Return the value of the boolean System property propName.
- getBytes() - Method in class com.tencent.kona.sun.security.x509.IPAddressName
-
Returns this IPAddress name as a byte array.
- getCacerts() - Static method in class com.tencent.kona.sun.security.tools.KeyStoreUtil
-
Returns the file name of the keystore with the configured CA certificates.
- getCertId() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse.SingleResponse
-
Get the Cert ID that this SingleResponse is for.
- getCertIds() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse
-
Return a set of all CertIds in this OCSPResponse
- getCertificate(String) - Static method in class com.tencent.kona.pkix.PKIXUtils
-
- getCertificate(BigInteger, X500Name) - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Returns the X.509 certificate listed in this PKCS7 block
which has a matching serial number and Issuer name, or
null if one is not found.
- getCertificate(PKCS7) - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getCertificate() - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return the certificate associated with this build step
- getCertificate() - Method in class com.tencent.kona.sun.security.provider.certpath.Vertex
-
return the certificate for this vertex
- getCertificateChain(PKCS7) - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getCertificateFactory(String) - Static method in class com.tencent.kona.pkix.PKIXInsts
-
- getCertificateIssuer() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
- getCertificatePoliciesExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get CertificatePoliciesExtension
- getCertificates() - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Returns the X.509 certificates listed in this PKCS7 block.
- getCertificates() - Method in class com.tencent.kona.sun.security.provider.certpath.X509CertPath
-
Returns the list of certificates in this certification path.
- getCertificateSerialNumber() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getCertPathBuilder(String) - Static method in class com.tencent.kona.pkix.PKIXInsts
-
- getCertPathCheckers() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getCertPathLength() - Method in class com.tencent.kona.sun.security.validator.PKIXValidator
-
Returns the length of the last certification path that is validated by
CertPathValidator.
- getCertPathValidator(String) - Static method in class com.tencent.kona.pkix.PKIXInsts
-
- getCertPolicies() - Method in class com.tencent.kona.sun.security.x509.CertificatePoliciesExtension
-
Get the PolicyInformation value.
- getCertPolicyIds() - Method in class com.tencent.kona.sun.security.x509.CertificatePolicySet
-
Return the sequence of CertificatePolicyIds.
- getCertStatus() - Method in interface com.tencent.kona.sun.security.provider.certpath.OCSP.RevocationStatus
-
Returns the revocation status.
- getCertStatus() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse.SingleResponse
-
- getCertStore(String, CertStoreParameters) - Static method in class com.tencent.kona.pkix.PKIXInsts
-
- getCertStores() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getClass(String) - Static method in class com.tencent.kona.sun.security.x509.OIDMap
-
Return the java class object associated with the user-friendly name.
- getClass(ObjectIdentifier) - Static method in class com.tencent.kona.sun.security.x509.OIDMap
-
Return the java class object associated with the object identifier.
- getCommonName() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "Common Name" component.
- getContent() - Method in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- getContentBytes() - Method in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
Returns a byte array representation of the data held in
the content field.
- getContentInfo() - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Returns the content information specified in this PKCS7 block.
- getContentType() - Method in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- getCountry() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "Country" name component.
- getCriticalExtensionOIDs() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets a Set of the extension(s) marked CRITICAL in the
certificate.
- getCriticalExtensionOIDs() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Gets a Set of the extension(s) marked CRITICAL in this
X509CRLEntry.
- getCriticalExtensionOIDs() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets a Set of the extension(s) marked CRITICAL in the
CRL.
- getCRLDistributionPointsExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get CRLDistributionPoints extension
- getCRLIssuer() - Method in class com.tencent.kona.sun.security.x509.DistributionPoint
-
Return the CRL issuer name or null if not set.
- getCrlNumber() - Method in class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Get the crlNumber value.
- getCRLNumber() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
return the CRL number from the CRLNumberExtension, if any.
- getCRLNumberExtension() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
return the CRLNumberExtension, if any.
- getCRLs() - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Returns the X.509 crls listed in this PKCS7 block.
- getCRLs(X509CRLSelector, boolean, PublicKey, X509Certificate, String, List<CertStore>, boolean[], Set<TrustAnchor>, Date, String, TrustAnchor) - Static method in class com.tencent.kona.sun.security.provider.certpath.DistributionPointFetcher
-
Return the X509CRLs matching this selector.
- getData() - Method in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- getDate() - Method in class com.tencent.kona.sun.security.provider.certpath.CertPathConstraintsParameters
-
- getDate() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getDate() - Method in class com.tencent.kona.sun.security.timestamp.TimestampToken
-
Extract the date and time from the timestamp token.
- getDate() - Method in interface com.tencent.kona.sun.security.util.ConstraintsParameters
-
Returns the date that should be checked against the constraints, or
null if not set.
- getDate() - Method in class com.tencent.kona.sun.security.x509.InvalidityDateExtension
-
Get the Date value.
- getDefaultParamSpec(String, Key) - Static method in class com.tencent.kona.sun.security.util.SignatureUtil
-
Returns default AlgorithmParameterSpec for a key used in a signature.
- getDefaultSigAlgForKey(PrivateKey) - Static method in class com.tencent.kona.sun.security.util.SignatureUtil
-
Returns the default signature algorithm for a private key.
- getDeltaCRLIndicatorExtension() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
return the DeltaCRLIndicatorExtension, if any.
- getDerEncoding() - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attributes
-
Return the DER encoding of this attribute set, tagged with
DerValue.tag_SetOf.
- getDerValue() - Method in class com.tencent.kona.sun.security.x509.AVA
-
Get the value of this AVA as a DerValue.
- getDigestAlgInPkcs7SignerInfo(Signature, String, PrivateKey, boolean) - Static method in class com.tencent.kona.sun.security.util.SignatureUtil
-
Determines the digestEncryptionAlgorithmId in PKCS7 SignerInfo.
- getDigestAlgorithmId() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getDigestAlgorithmIds() - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Returns the message digest algorithms specified in this PKCS7 block.
- getDigestEncryptionAlgorithmId() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getDistributionPoint() - Method in class com.tencent.kona.sun.security.x509.IssuingDistributionPointExtension
-
- getDistributionPoints() - Method in class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Get the DistributionPoint value.
- getDNQualifier() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "DN Qualifier" name component.
- getDomain() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "Domain" name component.
- getEncoded() - Method in class com.tencent.kona.sun.security.pkcs.EncryptedPrivateKeyInfo
-
Returns the ASN.1 encoding of this class.
- getEncoded() - Method in class com.tencent.kona.sun.security.provider.certpath.ResponderId
-
Encode a ResponderId in DER form
- getEncoded() - Method in class com.tencent.kona.sun.security.provider.certpath.X509CertificatePair
-
Return the DER encoded form of the certificate pair.
- getEncoded() - Method in class com.tencent.kona.sun.security.provider.certpath.X509CertPath
-
Returns the encoded form of this certification path, using the
default encoding.
- getEncoded(String) - Method in class com.tencent.kona.sun.security.provider.certpath.X509CertPath
-
Returns the encoded form of this certification path, using the
specified encoding.
- getEncoded() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Gets the name in DER-encoded form.
- getEncoded() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Returns the encoded form of this certificate.
- getEncoded() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Returns the ASN.1 DER-encoded form of this CRL Entry,
which corresponds to the inner SEQUENCE.
- getEncoded() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Returns the ASN.1 DER encoded form of this CRL.
- getEncodedInfo() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
Returns the encoded certificate info.
- getEncodedInternal() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returned the encoding as an uncloned byte array.
- getEncodedInternal() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Returned the encoding as an uncloned byte array.
- getEncodedInternal(Certificate) - Static method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Returned the encoding of the given certificate for internal use.
- getEncodedInternal() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Returned the encoding as an uncloned byte array.
- getEncodedInternal(X509CRL) - Static method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Returned the encoding of the given certificate for internal use.
- getEncodedKeyIdentifier() - Method in class com.tencent.kona.sun.security.x509.AuthorityKeyIdentifierExtension
-
Return the encoded key identifier, or null if not specified.
- getEncodedToken() - Method in class com.tencent.kona.sun.security.timestamp.TSResponse
-
Retrieve the ASN.1 BER encoded timestamp token returned by the TSA.
- getEncodings() - Method in class com.tencent.kona.sun.security.provider.certpath.X509CertPath
-
Returns an iteration of the encodings supported by this certification
path, with the default encoding first.
- getEncodingsStatic() - Static method in class com.tencent.kona.sun.security.provider.certpath.X509CertPath
-
Returns the encodings supported by this certification path, with the
default encoding first.
- getEncryptedData() - Method in class com.tencent.kona.sun.security.pkcs.EncryptedPrivateKeyInfo
-
Returns the encrypted data.
- getEncryptedDigest() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getErrorCertificate() - Method in exception com.tencent.kona.sun.security.validator.ValidatorException
-
Get the certificate causing the exception, if available.
- getErrorType() - Method in exception com.tencent.kona.sun.security.validator.ValidatorException
-
Get the type of the failure (one of the T_XXX constants), if
available.
- getExcludedSubtrees() - Method in class com.tencent.kona.sun.security.x509.NameConstraintsExtension
-
- getExtendedKeyUsage() - Method in class com.tencent.kona.sun.security.x509.ExtendedKeyUsageExtension
-
- getExtendedKeyUsage() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
This method is the overridden implementation of the
getExtendedKeyUsage method in X509Certificate in the Sun
provider.
- getExtendedKeyUsage(X509Certificate) - Static method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
This static method is the default implementation of the
getExtendedKeyUsage method in X509Certificate.
- getExtendedKeyUsageExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get ExtendedKeyUsage extension
- getExtension(String) - Method in class com.tencent.kona.sun.security.x509.CertificateExtensions
-
Get the extension with this alias.
- getExtension(String) - Method in class com.tencent.kona.sun.security.x509.CRLExtensions
-
Get the extension with this alias.
- getExtension(ObjectIdentifier) - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the extension identified by the given ObjectIdentifier
- getExtension(ObjectIdentifier) - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
get an extension
- getExtension(ObjectIdentifier) - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
get an extension
- getExtensionId() - Method in class com.tencent.kona.sun.security.x509.Extension
-
Returns the ObjectIdentifier of the extension.
- getExtensions() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getExtensions() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Returns all extensions for this entry in a map
- getExtensionValue() - Method in class com.tencent.kona.sun.security.x509.Extension
-
Returns the extension value as a byte array for further processing.
- getExtensionValue(String) - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the DER encoded extension identified by the given
oid String.
- getExtensionValue(String) - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Gets the DER encoded OCTET string for the extension value
(extnValue) identified by the passed in oid String.
- getExtensionValue(String) - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the DER encoded OCTET string for the extension value
(extnValue) identified by the passed in oid String.
- getFailureCodeAsText() - Method in class com.tencent.kona.sun.security.timestamp.TSResponse
-
- getFailureInfo() - Method in class com.tencent.kona.sun.security.timestamp.TSResponse
-
Retrieve the failure info returned by the TSA.
- getFingerprint(String, X509Certificate, Debug) - Static method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the requested fingerprint of the certificate.
- getFlags() - Method in class com.tencent.kona.sun.security.x509.ReasonFlags
-
Returns the reason flags as a boolean array.
- getForward() - Method in class com.tencent.kona.sun.security.provider.certpath.X509CertificatePair
-
Returns the forward component of the certificate pair.
- getFullName() - Method in class com.tencent.kona.sun.security.x509.DistributionPoint
-
Return the full distribution point name or null if not set.
- getFullName() - Method in class com.tencent.kona.sun.security.x509.DistributionPointName
-
Returns the full name for the distribution point or null if not set.
- getG() - Method in class com.tencent.kona.sun.security.x509.AlgIdDSA
-
Returns the DSS/DSA parameter "G"
- getGeneration() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "Generation Qualifier" name component.
- getGivenName() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "Given Name" name component.
- getHashAlgorithm() - Method in class com.tencent.kona.sun.security.provider.certpath.CertId
-
Return the hash algorithm identifier.
- getHashAlgorithm() - Method in class com.tencent.kona.sun.security.timestamp.TimestampToken
-
- getHashedMessage() - Method in class com.tencent.kona.sun.security.timestamp.TimestampToken
-
- getHashedMessage() - Method in class com.tencent.kona.sun.security.timestamp.TSRequest
-
- getHost() - Method in class com.tencent.kona.sun.security.x509.URIName
-
Return the host name or IP address portion of the URIName
- getHostObject() - Method in class com.tencent.kona.sun.security.x509.URIName
-
Return the host object type; if host name is a
DNSName, then this host object does not include any
initial "." on the name.
- getId() - Method in class com.tencent.kona.sun.security.x509.Extension
-
- getId() - Method in interface com.tencent.kona.sun.security.x509.SMCertificate
-
- getId() - Method in class com.tencent.kona.sun.security.x509.UniqueIdentity
-
Return the unique id.
- getId() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
- getIdentifier() - Method in class com.tencent.kona.sun.security.x509.CertificatePolicyId
-
Return the value of the CertificatePolicyId as an ObjectIdentifier.
- getIdentifier() - Method in class com.tencent.kona.sun.security.x509.KeyIdentifier
-
Return the value of the KeyIdentifier as byte array.
- getIndex() - Method in class com.tencent.kona.sun.security.provider.certpath.Vertex
-
get the index for this vertex, where the index is the row of the
adjacency list that contains certificates that could follow this
certificate.
- getInfo() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Return the requested attribute from the certificate.
- getInhibit() - Method in class com.tencent.kona.sun.security.x509.PolicyConstraintsExtension
-
- getInitialPolicies() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getInitials() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns an "Initials" name component.
- getInstance(URI) - Static method in class com.tencent.kona.sun.security.provider.certpath.ssl.SSLServerCertStore
-
- getInstance(byte) - Static method in class com.tencent.kona.sun.security.util.HostnameChecker
-
Get a HostnameChecker instance.
- getInstance(String, String, KeyStore) - Static method in class com.tencent.kona.sun.security.validator.Validator
-
Get a new Validator instance using the trusted certificates from the
specified KeyStore as trust anchors.
- getInstance(String, String, Collection<X509Certificate>) - Static method in class com.tencent.kona.sun.security.validator.Validator
-
Get a new Validator instance using the Set of X509Certificates as trust
anchors.
- getInstance(String, String, PKIXBuilderParameters) - Static method in class com.tencent.kona.sun.security.validator.Validator
-
Get a new Validator instance using the provided PKIXBuilderParameters.
- getIP() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns an "IP address" name component.
- getIssuer() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getIssuerAlternativeNameExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get IssuerAlternativeName extension
- getIssuerAlternativeNames() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
This method is the overridden implementation of the
getIssuerAlternativeNames method in X509Certificate in the Sun
provider.
- getIssuerAlternativeNames(X509Certificate) - Static method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
This static method is the default implementation of the
getIssuerAlternativeNames method in X509Certificate.
- getIssuerAltNameExtension() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
return the IssuerAlternativeNameExtension, if any.
- getIssuerDN() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the issuer distinguished name from the certificate.
- getIssuerDN() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the issuer distinguished name from this CRL.
- getIssuerIdentifier() - Method in class com.tencent.kona.sun.security.x509.CertificatePolicyMap
-
Return the issuer CA part of the policy map.
- getIssuerKeyHash() - Method in class com.tencent.kona.sun.security.provider.certpath.CertId
-
Return the hash value for the issuer key.
- getIssuerName() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getIssuerName() - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return string form of issuer name from certificate associated with this
build step
- getIssuerName(String) - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return string form of issuer name from certificate associated with this
build step, or a default name if no certificate associated with this
build step, or if issuer name could not be obtained from the certificate.
- getIssuerNameHash() - Method in class com.tencent.kona.sun.security.provider.certpath.CertId
-
Return the hash value for the issuer name.
- getIssuerUniqueID() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the Issuer Unique Identity from the certificate.
- getIssuerUniqueId() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getIssuerX500Principal() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get issuer name as X500Principal.
- getIssuerX500Principal(X509Certificate) - Static method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Extract the issuer X500Principal from an X509Certificate.
- getIssuerX500Principal() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Return the issuer as X500Principal.
- getIssuerX500Principal(X509CRL) - Static method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Extract the issuer X500Principal from an X509CRL.
- getIssuerX500Principal() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl.TBSCertList
-
Return the issuer as X500Principal.
- getIssuingDistributionPointExtension() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
return the IssuingDistributionPointExtension, if any.
- getKey() - Method in class com.tencent.kona.sun.security.x509.CertificateX509Key
-
Get the PublicKey value.
- getKey() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getKeyIdentifier() - Method in class com.tencent.kona.sun.security.provider.certpath.ResponderId
-
Obtain the underlying key identifier from a ResponderId
- getKeyIdentifier() - Method in class com.tencent.kona.sun.security.x509.AuthorityKeyIdentifierExtension
-
- getKeyIdentifier() - Method in class com.tencent.kona.sun.security.x509.SubjectKeyIdentifierExtension
-
- getKeys() - Method in class com.tencent.kona.sun.security.provider.certpath.CertPathConstraintsParameters
-
- getKeys() - Method in interface com.tencent.kona.sun.security.util.ConstraintsParameters
-
Returns the set of keys that should be checked against the
constraints, or an empty set if there are no keys to be checked.
- getKeySize(Key) - Static method in class com.tencent.kona.sun.security.util.KeyUtil
-
Returns the key size of the given key object in bits.
- getKeySize(AlgorithmParameters) - Static method in class com.tencent.kona.sun.security.util.KeyUtil
-
Returns the key size of the given cryptographic parameters in bits.
- getKeyStore(String) - Static method in class com.tencent.kona.pkix.PKIXInsts
-
- getKeyUsage() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get a boolean array representing the bits of the KeyUsage extension,
(oid = 2.5.29.15).
- getKeyUsageMappedBits() - Method in class com.tencent.kona.sun.security.x509.NetscapeCertTypeExtension
-
Get a boolean array representing the bits of this extension,
as it maps to the KeyUsage extension.
- getLocality() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "Locality" name component.
- getMaps() - Method in class com.tencent.kona.sun.security.x509.PolicyMappingsExtension
-
- getMaximum() - Method in class com.tencent.kona.sun.security.x509.GeneralSubtree
-
Return the maximum BaseDistance.
- getMaxPathLength() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getMessage() - Method in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Returns a string describing the certificate exception.
- getMinimum() - Method in class com.tencent.kona.sun.security.x509.GeneralSubtree
-
Return the minimum BaseDistance.
- getMoreData() - Method in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Returns a string describing the context in which the exception
was reported.
- getName() - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
Return the name of this attribute.
- getName(ObjectIdentifier) - Static method in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
Return the attribute name for a given OID or null if we don't recognize
the oid.
- getName() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPNonceExtension
-
Return the name of the extension as a String
- getName() - Method in class com.tencent.kona.sun.security.x509.AlgIdDSA
-
Returns "DSA", indicating the Digital Signature Algorithm (DSA) as
defined by the Digital Signature Standard (DSS), FIPS 186.
- getName() - Method in class com.tencent.kona.sun.security.x509.AuthorityInfoAccessExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.AuthorityKeyIdentifierExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.BasicConstraintsExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.CertificateIssuerExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.CertificatePoliciesExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Return the name of this attribute.
- getName() - Method in class com.tencent.kona.sun.security.x509.CRLReasonCodeExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.DNSName
-
Return the actual name value of the GeneralName.
- getName() - Method in class com.tencent.kona.sun.security.x509.ExtendedKeyUsageExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.Extension
-
Returns the extension name.
- getName() - Method in class com.tencent.kona.sun.security.x509.GeneralName
-
Return the GeneralNameInterface name.
- getName() - Method in class com.tencent.kona.sun.security.x509.GeneralSubtree
-
Return the GeneralName.
- getName() - Method in class com.tencent.kona.sun.security.x509.InhibitAnyPolicyExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.InvalidityDateExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.IPAddressName
-
Return a standard String representation of IPAddress.
- getName() - Method in class com.tencent.kona.sun.security.x509.IssuerAlternativeNameExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.IssuingDistributionPointExtension
-
Returns the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.KeyUsageExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.NameConstraintsExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.NetscapeCertTypeExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.OCSPNoCheckExtension
-
Return the name of this extension.
- getName(ObjectIdentifier) - Static method in class com.tencent.kona.sun.security.x509.OIDMap
-
Return user-friendly name associated with the OID.
- getName() - Method in class com.tencent.kona.sun.security.x509.PolicyConstraintsExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.PolicyMappingsExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.PrivateKeyUsageExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.RFC822Name
-
Return the actual name value of the GeneralName.
- getName() - Method in class com.tencent.kona.sun.security.x509.SubjectAlternativeNameExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.SubjectInfoAccessExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.SubjectKeyIdentifierExtension
-
Return the name of this extension.
- getName() - Method in class com.tencent.kona.sun.security.x509.URIName
-
Returns this URI name.
- getName() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns the value of toString().
- getName() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
Return the name of this attribute.
- getNameByOid(ObjectIdentifier) - Method in class com.tencent.kona.sun.security.x509.CertificateExtensions
-
- getNameConstraintsExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get NameConstraints extension
- getNamedCurveId(String) - Static method in class com.tencent.kona.pkix.PKIXUtils
-
- getNames() - Method in class com.tencent.kona.sun.security.x509.CertificateIssuerExtension
-
- getNames() - Method in class com.tencent.kona.sun.security.x509.IssuerAlternativeNameExtension
-
- getNames() - Method in class com.tencent.kona.sun.security.x509.SubjectAlternativeNameExtension
-
Get the GeneralNames value.
- getNameValue() - Method in class com.tencent.kona.sun.security.x509.OtherName
-
Get name value
- getNextUpdate() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse.SingleResponse
-
Get the nextUpdate field from this SingleResponse.
- getNextUpdate() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the nextUpdate date from the CRL.
- getNonce() - Method in class com.tencent.kona.sun.security.timestamp.TimestampToken
-
- getNonceValue() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPNonceExtension
-
Return the nonce bytes themselves, without any DER encoding.
- getNonCriticalExtensionOIDs() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets a Set of the extension(s) marked NON-CRITICAL in the
certificate.
- getNonCriticalExtensionOIDs() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Gets a Set of the extension(s) marked NON-CRITICAL in this
X509CRLEntry.
- getNonCriticalExtensionOIDs() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets a Set of the extension(s) marked NON-CRITICAL in the
CRL.
- getNotAfter() - Method in class com.tencent.kona.sun.security.x509.CertificateValidity
-
- getNotAfter() - Method in class com.tencent.kona.sun.security.x509.PrivateKeyUsageExtension
-
- getNotAfter() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the notAfter date from the validity period of the certificate.
- getNotBefore() - Method in class com.tencent.kona.sun.security.x509.CertificateValidity
-
- getNotBefore() - Method in class com.tencent.kona.sun.security.x509.PrivateKeyUsageExtension
-
- getNotBefore() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the notBefore date from the validity period of the certificate.
- getNumber() - Method in class com.tencent.kona.sun.security.x509.SerialNumber
-
Return the serial number.
- getObjectIdentifier() - Method in class com.tencent.kona.sun.security.x509.AVA
-
Get the ObjectIdentifier of this AVA.
- getOCSPBytes(List<CertId>, URI, List<Extension>) - Static method in class com.tencent.kona.sun.security.provider.certpath.OCSP
-
Send an OCSP request, then read and return the OCSP response bytes.
- getOID() - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
Return the OID of this attribute.
- getOID(String) - Static method in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
Return the OID for a given attribute name or null if we don't recognize
the name.
- getOID(String) - Static method in class com.tencent.kona.sun.security.x509.OIDMap
-
Return Object identifier for user friendly name.
- getOID() - Method in class com.tencent.kona.sun.security.x509.OIDName
-
Returns this OID name.
- getOID() - Method in class com.tencent.kona.sun.security.x509.OtherName
-
Get ObjectIdentifier
- getOrganization() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns an "Organization" name component.
- getOrganizationalUnit() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns an "Organizational Unit" name component.
- getP() - Method in class com.tencent.kona.sun.security.x509.AlgIdDSA
-
Returns the DSS/DSA parameter "P"
- getParameters() - Method in class com.tencent.kona.sun.security.validator.PKIXValidator
-
Return the PKIX parameters used by this instance.
- getParamSpec(String, AlgorithmParameters) - Static method in class com.tencent.kona.sun.security.util.SignatureUtil
-
Utility method for converting the specified AlgorithmParameters object
into an AlgorithmParameterSpec object.
- getParamSpec(String, byte[]) - Static method in class com.tencent.kona.sun.security.util.SignatureUtil
-
Utility method for converting the specified parameter bytes
into an AlgorithmParameterSpec object.
- getPartyName() - Method in class com.tencent.kona.sun.security.x509.EDIPartyName
-
Return the partyName
- getPassWithModifier(String, String, ResourceBundle, Collator) - Static method in class com.tencent.kona.sun.security.tools.KeyStoreUtil
-
- getPathLen() - Method in class com.tencent.kona.sun.security.x509.BasicConstraintsExtension
-
- getPermittedSubtrees() - Method in class com.tencent.kona.sun.security.x509.NameConstraintsExtension
-
- getPolicyConstraintsExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get PolicyConstraints extension
- getPolicyID() - Method in class com.tencent.kona.sun.security.timestamp.TimestampToken
-
- getPolicyIdentifier() - Method in class com.tencent.kona.sun.security.x509.PolicyInformation
-
Return the policyIdentifier value
- getPolicyMappingsExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get PolicyMappingsExtension extension
- getPolicyQualifiers() - Method in class com.tencent.kona.sun.security.x509.PolicyInformation
-
Return the policyQualifiers value
- getPolicyQualifiersRejected() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getPrivateKey(String, String) - Static method in class com.tencent.kona.pkix.PKIXUtils
-
- getPrivateKeyUsageExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get PrivateKeyUsage extension
- getPublicKey(String, String) - Static method in class com.tencent.kona.pkix.PKIXUtils
-
- getPublicKey(Certificate) - Static method in class com.tencent.kona.pkix.PKIXUtils
-
- getPublicKey(String) - Static method in class com.tencent.kona.pkix.PKIXUtils
-
- getPublicKey() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the publickey from this certificate.
- getQ() - Method in class com.tencent.kona.sun.security.x509.AlgIdDSA
-
Returns the DSS/DSA parameter "Q"
- getReason() - Method in class com.tencent.kona.sun.security.x509.CRLReasonCodeExtension
-
- getReasonCode() - Method in class com.tencent.kona.sun.security.x509.CRLReasonCodeExtension
-
Return the reason as a CRLReason enum.
- getReasonCode() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
get Reason Code from CRL entry.
- getReasonFlags() - Method in class com.tencent.kona.sun.security.x509.DistributionPoint
-
Return the reason flags or null if not set.
- getRelativeName() - Method in class com.tencent.kona.sun.security.x509.DistributionPoint
-
Return the relative distribution point name or null if not set.
- getRelativeName() - Method in class com.tencent.kona.sun.security.x509.DistributionPointName
-
Returns the relative name for the distribution point or null if not set.
- getRequire() - Method in class com.tencent.kona.sun.security.x509.PolicyConstraintsExtension
-
- getResponderId() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse
-
Get the ResponderId from this OCSPResponse
- getResponderName() - Method in class com.tencent.kona.sun.security.provider.certpath.ResponderId
-
Obtain the underlying X500Principal from a ResponderId
- getResponderURI(X509Certificate) - Static method in class com.tencent.kona.sun.security.provider.certpath.OCSP
-
Returns the URI of the OCSP Responder as specified in the
certificate's Authority Information Access extension, or null if
not specified.
- getResponseStatus() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse
-
Returns the OCSP ResponseStatus.
- getResult() - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return the result code associated with this build step.
- getReverse() - Method in class com.tencent.kona.sun.security.provider.certpath.X509CertificatePair
-
Returns the reverse component of the certificate pair.
- getRevocationDate() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Gets the revocation date from this X509CRLEntry,
the revocationDate.
- getRevocationReason() - Method in interface com.tencent.kona.sun.security.provider.certpath.OCSP.RevocationStatus
-
Returns the reason the certificate was revoked, or null if it
has not been revoked.
- getRevocationReason() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse.SingleResponse
-
Get the revocationReason field for the
SingleResponse.
- getRevocationReason() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
This method is the overridden implementation of the getRevocationReason
method in X509CRLEntry.
- getRevocationReason(X509CRLEntry) - Static method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
This static method is the default implementation of the
getRevocationReason method in X509CRLEntry.
- getRevocationReasons() - Method in class com.tencent.kona.sun.security.x509.IssuingDistributionPointExtension
-
- getRevocationTime() - Method in interface com.tencent.kona.sun.security.provider.certpath.OCSP.RevocationStatus
-
Returns the time when the certificate was revoked, or null
if it has not been revoked.
- getRevocationTime() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse.SingleResponse
-
Get the revocationTime field from this
SingleResponse.
- getRevokedCertificate(BigInteger) - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the CRL entry with the given serial number from this CRL.
- getRevokedCertificate(X509Certificate) - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the CRL entry for the given certificate.
- getRevokedCertificates() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets all the revoked certificates from the CRL.
- getRFC1779Name() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a string form of the X.500 distinguished name
using the algorithm defined in RFC 1779.
- getRFC1779Name(Map<String, String>) - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a string form of the X.500 distinguished name
using the algorithm defined in RFC 1779.
- getRFC2253CanonicalName() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
- getRFC2253Name() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a string form of the X.500 distinguished name
using the algorithm defined in RFC 2253.
- getRFC2253Name(Map<String, String>) - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a string form of the X.500 distinguished name
using the algorithm defined in RFC 2253.
- getRFC5915PrivateKey(String) - Static method in class com.tencent.kona.pkix.PKIXUtils
-
- getScheme() - Method in class com.tencent.kona.sun.security.x509.URIName
-
Return the scheme name portion of a URIName
- getSerial() - Method in class com.tencent.kona.sun.security.x509.CertificateSerialNumber
-
- getSerialNumber() - Method in class com.tencent.kona.sun.security.provider.certpath.CertId
-
Return the serial number.
- getSerialNumber() - Method in class com.tencent.kona.sun.security.timestamp.TimestampToken
-
- getSerialNumber() - Method in class com.tencent.kona.sun.security.x509.AuthorityKeyIdentifierExtension
-
- getSerialNumber() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the serial number from the certificate.
- getSerialNumber() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getSerialNumber() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Gets the serial number from this X509CRLEntry,
i.e.
- getSerialNumberObject() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the serial number from the certificate as
a SerialNumber object.
- getSigAlg() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
- getSigAlgId() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the signature AlgorithmId from the CRL.
- getSigAlgName() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the signature algorithm name for the certificate
signature algorithm.
- getSigAlgName() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the signature algorithm name for the CRL
signature algorithm.
- getSigAlgOID() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the signature algorithm OID string from the certificate.
- getSigAlgOID() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the signature algorithm OID string from the CRL.
- getSigAlgParams() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the DER encoded signature algorithm parameters from this
certificate's signature algorithm.
- getSigAlgParams() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the DER encoded signature algorithm parameters from this
CRL's signature algorithm.
- getSignature() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the raw Signature bits from the certificate.
- getSignature() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the raw Signature bits from the CRL.
- getSignerInfos() - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Returns the signer's information specified in this PKCS7 block.
- getSigProvider() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getSingleExtensions() - Method in interface com.tencent.kona.sun.security.provider.certpath.OCSP.RevocationStatus
-
Returns a Map of additional extensions.
- getSingleExtensions() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse.SingleResponse
-
Get the singleExtensions for this SingleResponse.
- getSingleResponse(CertId) - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse
-
Returns the SingleResponse of the specified CertId, or null if
there is no response for that CertId.
- getSkipCerts() - Method in class com.tencent.kona.sun.security.x509.InhibitAnyPolicyExtension
-
- getState() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "State" name component.
- getStatusCode() - Method in class com.tencent.kona.sun.security.timestamp.TSResponse
-
Retrieve the status code returned by the TSA.
- getStatusCodeAsText() - Method in class com.tencent.kona.sun.security.timestamp.TSResponse
-
- getStatusMessages() - Method in class com.tencent.kona.sun.security.timestamp.TSResponse
-
Retrieve the status messages returned by the TSA.
- getSubject() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getSubjectAlternativeNameExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get SubjectAlternativeName extension
- getSubjectAlternativeNames() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
This method is the overridden implementation of the
getSubjectAlternativeNames method in X509Certificate in the Sun
provider.
- getSubjectAlternativeNames(X509Certificate) - Static method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
This static method is the default implementation of the
getSubjectAlternativeNames method in X509Certificate.
- getSubjectDN() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the subject distinguished name from the certificate.
- getSubjectIdentifier() - Method in class com.tencent.kona.sun.security.x509.CertificatePolicyMap
-
Return the subject CA part of the policy map.
- getSubjectKeyId() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Returns the subject's key identifier, or null
- getSubjectKeyIdentifierExtension() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get SubjectKeyIdentifier extension
- getSubjectName() - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return string form of subject name from certificate associated with this
build step.
- getSubjectName(String) - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return string form of subject name from certificate associated with this
build step, or a default name if no certificate associated with this
build step, or if subject name could not be obtained from the
certificate.
- getSubjectUniqueID() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the Subject Unique Identity from the certificate.
- getSubjectUniqueId() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getSubjectX500Name(X509Certificate) - Static method in class com.tencent.kona.sun.security.util.HostnameChecker
-
Return the subject of a certificate as X500Name, by reparsing if
necessary.
- getSubjectX500Principal() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Get subject name as X500Principal.
- getSubjectX500Principal(X509Certificate) - Static method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Extract the subject X500Principal from an X509Certificate.
- getSupportedExtensions() - Method in class com.tencent.kona.sun.security.provider.certpath.AlgorithmChecker
-
- getSupportedExtensions() - Method in class com.tencent.kona.sun.security.provider.certpath.UntrustedChecker
-
- getSurname() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a "Surname" name component.
- getTargetCertConstraints() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getTBSCertificate() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the DER encoded certificate informations, the
tbsCertificate from this certificate.
- getTBSCertList() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the DER encoded CRL information, the
tbsCertList from this CRL.
- getThisUpdate() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse.SingleResponse
-
Get the thisUpdate field from this SingleResponse.
- getThisUpdate() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the thisUpdate date from the CRL.
- getThrowable() - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return the exception associated with this build step.
- getThrowable() - Method in class com.tencent.kona.sun.security.provider.certpath.Vertex
-
return the throwable associated with this vertex;
returns null if none.
- getTimestamp() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getTimestamp() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getTimestampingURI(X509Certificate) - Static method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Examine the certificate for a Subject Information Access extension
(
RFC 5280).
- getTimestampToken() - Method in class com.tencent.kona.sun.security.timestamp.TSResponse
-
- getToken() - Method in class com.tencent.kona.sun.security.timestamp.TSResponse
-
Retrieve the timestamp token returned by the TSA.
- getTrustAnchors() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getTrustedCertificates() - Method in class com.tencent.kona.sun.security.validator.PKIXValidator
-
- getTrustedCertificates() - Method in class com.tencent.kona.sun.security.validator.SimpleValidator
-
- getTrustedCertificates() - Method in class com.tencent.kona.sun.security.validator.Validator
-
Returns an immutable Collection of the X509Certificates this instance
uses as trust anchors.
- getTrustedCerts(KeyStore) - Static method in class com.tencent.kona.sun.security.validator.TrustStoreUtil
-
Return an unmodifiable Set with all trusted X509Certificates contained
in the specified KeyStore.
- getTsToken() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
Returns the timestamp PKCS7 data unverified.
- getType() - Method in class com.tencent.kona.sun.security.provider.certpath.ResponderId
-
Return the type of ResponderId
- getType() - Method in class com.tencent.kona.sun.security.x509.DNSName
-
Return the type of the GeneralName.
- getType() - Method in class com.tencent.kona.sun.security.x509.EDIPartyName
-
Return the type of the GeneralName.
- getType() - Method in class com.tencent.kona.sun.security.x509.GeneralName
-
Return the type of the general name.
- getType() - Method in interface com.tencent.kona.sun.security.x509.GeneralNameInterface
-
Return the type of the general name, as
defined above.
- getType() - Method in class com.tencent.kona.sun.security.x509.IPAddressName
-
Return the type of the GeneralName.
- getType() - Method in class com.tencent.kona.sun.security.x509.OIDName
-
Return the type of the GeneralName.
- getType() - Method in class com.tencent.kona.sun.security.x509.OtherName
-
Return the type of the GeneralName.
- getType() - Method in class com.tencent.kona.sun.security.x509.RFC822Name
-
Return the type of the GeneralName.
- getType() - Method in class com.tencent.kona.sun.security.x509.URIName
-
Return the type of the GeneralName.
- getType() - Method in class com.tencent.kona.sun.security.x509.X400Address
-
Return the type of the GeneralName.
- getType() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Return type of GeneralName.
- getUnauthenticatedAttributes() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getUnparseableExtension(ObjectIdentifier) - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
- getUnparseableExtensions() - Method in class com.tencent.kona.sun.security.x509.CertificateExtensions
-
- getURI() - Method in class com.tencent.kona.sun.security.cert.URICertStoreParameters
-
Returns the URI used to construct this
URICertStoreParameters object.
- getURI() - Method in class com.tencent.kona.sun.security.x509.URIName
-
Returns the URIName as a java.net.URI object
- getUsages() - Method in class com.tencent.kona.sun.security.x509.ExtendedKeyUsageExtension
-
Get the keyUsages value.
- getValidity() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getValue() - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
Get the value of this attribute.
- getValue() - Method in class com.tencent.kona.sun.security.x509.Extension
-
- getValueString() - Method in class com.tencent.kona.sun.security.x509.AVA
-
Get the value of this AVA as a String.
- getVariant() - Method in class com.tencent.kona.sun.security.provider.certpath.CertPathConstraintsParameters
-
- getVariant() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- getVariant() - Method in interface com.tencent.kona.sun.security.util.ConstraintsParameters
-
Returns the Validator variant.
- getVerfCode() - Method in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Returns the error code with which the exception was created.
- getVerfDescription() - Method in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Return a string corresponding to the error code used to create
this exception.
- getVersion() - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Returns the version number of this PKCS7 block.
- getVersion() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- getVersion() - Method in class com.tencent.kona.sun.security.x509.CertificateVersion
-
- getVersion() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Gets the version number from the certificate.
- getVersion() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
- getVersion() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Gets the version number from this CRL.
- getVertex() - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return vertex description for this build step
- GIVENNAME_OID - Static variable in class com.tencent.kona.sun.security.x509.X500Name
-
- GRANTED - Static variable in class com.tencent.kona.sun.security.timestamp.TSResponse
-
The requested timestamp was granted.
- GRANTED_WITH_MODS - Static variable in class com.tencent.kona.sun.security.timestamp.TSResponse
-
The requested timestamp was granted with some modifications.
- T_ALGORITHM_DISABLED - Static variable in exception com.tencent.kona.sun.security.validator.ValidatorException
-
- T_CA_EXTENSIONS - Static variable in exception com.tencent.kona.sun.security.validator.ValidatorException
-
- T_CERT_EXPIRED - Static variable in exception com.tencent.kona.sun.security.validator.ValidatorException
-
- T_EE_EXTENSIONS - Static variable in exception com.tencent.kona.sun.security.validator.ValidatorException
-
- T_NAME_CHAINING - Static variable in exception com.tencent.kona.sun.security.validator.ValidatorException
-
- T_NO_TRUST_ANCHOR - Static variable in exception com.tencent.kona.sun.security.validator.ValidatorException
-
- T_SIGNATURE_ERROR - Static variable in exception com.tencent.kona.sun.security.validator.ValidatorException
-
- T_UNTRUSTED_CERT - Static variable in exception com.tencent.kona.sun.security.validator.ValidatorException
-
- TBSCertList(X500Name, Date, Date) - Constructor for class com.tencent.kona.sun.security.x509.X509CRLImpl.TBSCertList
-
Initial TBSCertList constructor, no revoked certs, and no extensions.
- TBSCertList(X500Name, Date, Date, X509CRLEntry[]) - Constructor for class com.tencent.kona.sun.security.x509.X509CRLImpl.TBSCertList
-
TBSCertList constructor, revoked certs, no extensions.
- TBSCertList(X500Name, Date, Date, X509CRLEntry[], CRLExtensions) - Constructor for class com.tencent.kona.sun.security.x509.X509CRLImpl.TBSCertList
-
TBSCertList constructor, revoked certs and extensions.
- TBSCertList(DerValue) - Constructor for class com.tencent.kona.sun.security.x509.X509CRLImpl.TBSCertList
-
Constructs from the encoding.
- textToNumericFormatV4(String) - Static method in class com.tencent.kona.sun.net.util.IPAddressUtil
-
- textToNumericFormatV6(String) - Static method in class com.tencent.kona.sun.net.util.IPAddressUtil
-
- throwableToString() - Method in class com.tencent.kona.sun.security.provider.certpath.Vertex
-
return Vertex throwable as String compatible with
the way toString returns other information
- TIME_NOT_AVAILABLE - Static variable in class com.tencent.kona.sun.security.timestamp.TSResponse
-
The TSA's time source is not available.
- TIMESTAMP_TOKEN_INFO_OID - Static variable in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- Timestamper - Interface in com.tencent.kona.sun.security.timestamp
-
A timestamping service which conforms to the Time-Stamp Protocol (TSP)
defined in:
RFC 3161.
- TimestampToken - Class in com.tencent.kona.sun.security.timestamp
-
This class provides the timestamp token info resulting from a successful
timestamp request, as defined in
RFC 3161.
- TimestampToken(byte[]) - Constructor for class com.tencent.kona.sun.security.timestamp.TimestampToken
-
Constructs an object to store a timestamp token.
- title_oid - Static variable in class com.tencent.kona.sun.security.x509.X500Name
-
- toByteArray(BigInteger) - Static method in class com.tencent.kona.sun.security.util.Utilities
-
Utility method to convert a BigInteger to a byte array in unsigned
format as needed in the handshake messages.
- toHexString(byte[]) - Static method in class com.tencent.kona.sun.security.util.Utilities
-
- toHexString(long) - Static method in class com.tencent.kona.sun.security.util.Utilities
-
- toImpl(Extension) - Static method in class com.tencent.kona.sun.security.x509.InvalidityDateExtension
-
- toImpl(X509Certificate) - Static method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Utility method to convert an arbitrary instance of X509Certificate
to a X509CertImpl.
- toImpl(X509CRLEntry) - Static method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Utility method to convert an arbitrary instance of X509CRLEntry
to a X509CRLEntryImpl.
- toImpl(X509CRL) - Static method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Utility method to convert an arbitrary instance of X509CRL
to a X509CRLImpl.
- toRFC1779String() - Method in class com.tencent.kona.sun.security.x509.AVA
-
Returns a printable form of this attribute, using RFC 1779
syntax for individual attribute/value assertions.
- toRFC1779String(Map<String, String>) - Method in class com.tencent.kona.sun.security.x509.AVA
-
Returns a printable form of this attribute, using RFC 1779
syntax for individual attribute/value assertions.
- toRFC1779String() - Method in class com.tencent.kona.sun.security.x509.RDN
-
- toRFC1779String(Map<String, String>) - Method in class com.tencent.kona.sun.security.x509.RDN
-
- toRFC2253CanonicalString() - Method in class com.tencent.kona.sun.security.x509.AVA
-
- toRFC2253String() - Method in class com.tencent.kona.sun.security.x509.AVA
-
Returns a printable form of this attribute, using RFC 2253
syntax for individual attribute/value assertions.
- toRFC2253String(Map<String, String>) - Method in class com.tencent.kona.sun.security.x509.AVA
-
Returns a printable form of this attribute, using RFC 2253
syntax for individual attribute/value assertions.
- toRFC2253String() - Method in class com.tencent.kona.sun.security.x509.RDN
-
- toRFC2253String(Map<String, String>) - Method in class com.tencent.kona.sun.security.x509.RDN
-
- toRFC2253String(boolean) - Method in class com.tencent.kona.sun.security.x509.RDN
-
- toScopedAddress(InetAddress) - Static method in class com.tencent.kona.sun.net.util.IPAddressUtil
-
Returns a scoped version of the supplied local, link-local ipv6 address
if that scope-id can be determined from local NetworkInterfaces.
- toScopedAddress(InetSocketAddress) - Static method in class com.tencent.kona.sun.net.util.IPAddressUtil
-
Same as above for InetSocketAddress
- toString() - Method in class com.tencent.kona.sun.security.cert.URICertStoreParameters
-
Returns a formatted string describing the parameters
including the URI used to construct this object.
- toString() - Method in class com.tencent.kona.sun.security.pkcs.ContentInfo
-
- toString() - Method in class com.tencent.kona.sun.security.pkcs.PKCS7
-
Returns the PKCS7 block in a printable string form.
- toString() - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attribute
-
Returns a string representation of this attribute.
- toString() - Method in class com.tencent.kona.sun.security.pkcs.PKCS9Attributes
-
Returns the PKCS9 block in a printable string form.
- toString() - Method in class com.tencent.kona.sun.security.pkcs.SignerInfo
-
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.AdjacencyList
-
Prints out a string representation of this AdjacencyList.
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.BuildStep
-
return a string representation of this build step, showing minimal
detail.
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.CertId
-
Create a string representation of the CertId.
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.CertPathConstraintsParameters
-
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPNonceExtension
-
Returns a printable representation of the OCSPNonceExtension.
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse.SingleResponse
-
Construct a string representation of a single OCSP response.
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.OCSPResponse
-
Provide a String representation of an OCSPResponse
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.PKIXExtendedParameters
-
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.ResponderId
-
Create a String representation of this ResponderId
- toString() - Method in enum com.tencent.kona.sun.security.provider.certpath.ResponderId.Type
-
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.Vertex
-
Return full string representation of vertex
- toString() - Method in class com.tencent.kona.sun.security.provider.certpath.X509CertificatePair
-
Return a printable representation of the certificate pair.
- toString(Object...) - Static method in class com.tencent.kona.sun.security.util.SSLLogger
-
- toString() - Method in class com.tencent.kona.sun.security.x509.AccessDescription
-
- toString() - Method in class com.tencent.kona.sun.security.x509.AlgIdDSA
-
- toString() - Method in class com.tencent.kona.sun.security.x509.AuthorityInfoAccessExtension
-
Return the extension as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.AuthorityKeyIdentifierExtension
-
Return the object as a string.
- toString() - Method in class com.tencent.kona.sun.security.x509.AVA
-
Returns a printable form of this attribute, using RFC 1779
syntax for individual attribute/value assertions.
- toString() - Method in class com.tencent.kona.sun.security.x509.BasicConstraintsExtension
-
Return user readable form of extension.
- toString() - Method in exception com.tencent.kona.sun.security.x509.CertException
-
Deprecated.
Returns a string describing the certificate exception.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificateAlgorithmId
-
Return the algorithm identifier as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificateExtensions
-
Returns a string representation of this CertificateExtensions
object in the form of a set of entries, enclosed in braces and separated
by the ASCII characters ", " (comma and space).
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificateIssuerExtension
-
Returns a printable representation of the certificate issuer.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificatePoliciesExtension
-
Return the extension as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificatePolicyId
-
Returns a printable representation of the CertificatePolicyId.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificatePolicyMap
-
Returns a printable representation of the CertificatePolicyId.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificatePolicySet
-
Return printable form of the object.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificateSerialNumber
-
Return the serial number as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificateSubjectName
-
Return the name as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificateValidity
-
Return the validity period as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificateVersion
-
Return the version number of the certificate.
- toString() - Method in class com.tencent.kona.sun.security.x509.CertificateX509Key
-
Return the key as printable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.CRLDistributionPointsExtension
-
Return the extension as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.CRLExtensions
-
Returns a string representation of this CRLExtensions object
in the form of a set of entries, enclosed in braces and separated
by the ASCII characters ", " (comma and space).
- toString() - Method in class com.tencent.kona.sun.security.x509.CRLNumberExtension
-
Returns a printable representation of the CRLNumberExtension.
- toString() - Method in class com.tencent.kona.sun.security.x509.CRLReasonCodeExtension
-
Returns a printable representation of the Reason code.
- toString() - Method in class com.tencent.kona.sun.security.x509.DistributionPoint
-
Return a printable string of the Distribution Point.
- toString() - Method in class com.tencent.kona.sun.security.x509.DistributionPointName
-
Returns a printable string of the distribution point name.
- toString() - Method in class com.tencent.kona.sun.security.x509.DNSName
-
Convert the name into user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.EDIPartyName
-
Return the printable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.ExtendedKeyUsageExtension
-
Return the extension as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.Extension
-
Returns the Extension in user readable form.
- toString() - Method in class com.tencent.kona.sun.security.x509.GeneralName
-
Return the name as user readable string
- toString() - Method in class com.tencent.kona.sun.security.x509.GeneralNames
-
- toString() - Method in class com.tencent.kona.sun.security.x509.GeneralSubtree
-
Return a printable string of the GeneralSubtree.
- toString() - Method in class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
Return a printable string of the GeneralSubtree.
- toString() - Method in class com.tencent.kona.sun.security.x509.InhibitAnyPolicyExtension
-
Return user readable form of extension.
- toString() - Method in class com.tencent.kona.sun.security.x509.InvalidityDateExtension
-
Returns a printable representation of the Invalidity Date.
- toString() - Method in class com.tencent.kona.sun.security.x509.IPAddressName
-
Return a printable string of IPaddress
- toString() - Method in class com.tencent.kona.sun.security.x509.IssuerAlternativeNameExtension
-
Returns a printable representation of the IssuerAlternativeName.
- toString() - Method in class com.tencent.kona.sun.security.x509.IssuingDistributionPointExtension
-
Returns the extension as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.KeyIdentifier
-
Returns a printable representation of the KeyUsage.
- toString() - Method in class com.tencent.kona.sun.security.x509.KeyUsageExtension
-
Returns a printable representation of the KeyUsage.
- toString() - Method in class com.tencent.kona.sun.security.x509.NameConstraintsExtension
-
Return the printable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.NetscapeCertTypeExtension
-
Returns a printable representation of the NetscapeCertType.
- toString() - Method in class com.tencent.kona.sun.security.x509.OIDName
-
Convert the name into user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.OtherName
-
Convert the name into user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.PolicyConstraintsExtension
-
Return the extension as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.PolicyInformation
-
Return a printable representation of the PolicyInformation.
- toString() - Method in class com.tencent.kona.sun.security.x509.PolicyMappingsExtension
-
Returns a printable representation of the policy map.
- toString() - Method in class com.tencent.kona.sun.security.x509.PrivateKeyUsageExtension
-
Return the printable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.RDN
-
- toString() - Method in class com.tencent.kona.sun.security.x509.ReasonFlags
-
Returns a printable representation of the ReasonFlags.
- toString() - Method in class com.tencent.kona.sun.security.x509.RFC822Name
-
Convert the name into user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.SerialNumber
-
Return the SerialNumber as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.SubjectAlternativeNameExtension
-
Returns a printable representation of the SubjectAlternativeName.
- toString() - Method in class com.tencent.kona.sun.security.x509.SubjectInfoAccessExtension
-
Return the extension as user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.SubjectKeyIdentifierExtension
-
Returns a printable representation.
- toString() - Method in class com.tencent.kona.sun.security.x509.UniqueIdentity
-
Return the UniqueIdentity as a printable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.URIName
-
Convert the name into user readable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.X400Address
-
Return the printable string.
- toString() - Method in class com.tencent.kona.sun.security.x509.X500Name
-
Returns a string form of the X.500 distinguished name.
- toString() - Method in class com.tencent.kona.sun.security.x509.X509CertImpl
-
Returns a printable representation of the certificate.
- toString() - Method in class com.tencent.kona.sun.security.x509.X509CertInfo
-
Returns a printable representation of the certificate.
- toString() - Method in class com.tencent.kona.sun.security.x509.X509CRLEntryImpl
-
Returns a printable string of this revoked certificate.
- toString() - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
Returns a printable string of this CRL.
- toStringWithAlgName(String) - Method in class com.tencent.kona.sun.security.x509.X509CRLImpl
-
- toURI(URL) - Static method in class com.tencent.kona.sun.net.www.ParseUtil
-
- trees() - Method in class com.tencent.kona.sun.security.x509.GeneralSubtrees
-
- trimZeroes(byte[]) - Static method in class com.tencent.kona.sun.security.util.KeyUtil
-
Trim leading (most significant) zeroes from the result.
- TrustStoreUtil - Class in com.tencent.kona.sun.security.validator
-
Collection of static utility methods related to trust anchor KeyStores.
- TSRequest - Class in com.tencent.kona.sun.security.timestamp
-
This class provides a timestamp request, as defined in
RFC 3161.
- TSRequest(String, byte[], MessageDigest) - Constructor for class com.tencent.kona.sun.security.timestamp.TSRequest
-
Constructs a timestamp request for the supplied data.
- TSResponse - Class in com.tencent.kona.sun.security.timestamp
-
This class provides the response corresponding to a timestamp request,
as defined in
RFC 3161.
- type() - Method in interface com.tencent.kona.sun.security.util.RegisteredDomain
-
Returns the type of the registered domain.
- TYPE_LDAP - Static variable in class com.tencent.kona.sun.security.util.HostnameChecker
-
- TYPE_PKIX - Static variable in class com.tencent.kona.sun.security.validator.Validator
-
Constant for a validator of type PKIX.
- TYPE_SIMPLE - Static variable in class com.tencent.kona.sun.security.validator.Validator
-
Constant for a validator of type Simple.
- TYPE_TLS - Static variable in class com.tencent.kona.sun.security.util.HostnameChecker
-