- toString() - Method in class java.security.cert.Certificate
-
Returns a string representation of this certificate.
- toString() - Method in class java.security.cert.CertPath
-
Returns a string representation of this certification path.
- toString() - Method in class java.security.cert.CollectionCertStoreParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.CRL
-
Returns a string representation of this CRL.
- toString() - Method in class java.security.cert.LDAPCertStoreParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.PKIXBuilderParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.PKIXCertPathBuilderResult
-
Return a printable representation of this
PKIXCertPathBuilderResult.
- toString() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Return a printable representation of this
PKIXCertPathValidatorResult.
- toString() - Method in class java.security.cert.PKIXParameters
-
Returns a formatted string describing the parameters.
- toString() - Method in class java.security.cert.PolicyQualifierInfo
-
Return a printable representation of this
PolicyQualifierInfo.
- toString() - Method in class java.security.cert.TrustAnchor
-
Returns a formatted string describing the TrustAnchor.
- toString() - Method in class java.security.cert.X509CertSelector
-
Return a printable representation of the CertSelector.
- toString() - Method in class java.security.cert.X509CRLEntry
-
Returns a string representation of this CRL entry.
- toString() - Method in class java.security.cert.X509CRLSelector
-
Returns a printable representation of the X509CRLSelector.
- toString() - Method in class java.security.MessageDigest
-
Returns a string representation of this message digest object.
- toString() - Method in interface java.security.Principal
-
Returns a string representation of this principal.
- toString() - Method in class java.security.Signature
-
Returns a string representation of this signature object, providing information that includes the state of the
object and the name of the algorithm used.
- toString() - Method in class java.security.spec.MGF1ParameterSpec
-
- TrustAnchor - Class in java.security.cert
-
A trust anchor or most-trusted Certification Authority (CA).
- TrustAnchor(X509Certificate, byte[]) - Constructor for class java.security.cert.TrustAnchor
-
Creates an instance of TrustAnchor with the specified
X509Certificate and optional name constraints, which
are intended to be used as additional constraints when validating
an X.509 certification path.
- TrustAnchor(X500Principal, PublicKey, byte[]) - Constructor for class java.security.cert.TrustAnchor
-
Creates an instance of TrustAnchor where the
most-trusted CA is specified as an X500Principal and public key.
- TrustAnchor(String, PublicKey, byte[]) - Constructor for class java.security.cert.TrustAnchor
-
Creates an instance of TrustAnchor where the
most-trusted CA is specified as a distinguished name and public key.