java.lang.Object
java.security.cert.TrustAnchor
- See Also:
- Source Code,
PKIXParameters.PKIXParameters(Set)
,
PKIXBuilderParameters.PKIXBuilderParameters(Set CertSelector)
public final X500Principal getCA()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final String getCAName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final PublicKey getCAPublicKey()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final byte[] getNameConstraints()
- See Also:
TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final X509Certificate getTrustedCert()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TrustAnchor(String caName,
PublicKey pubKey,
byte[] nameConstraints)
- See Also:
- NullPointerException, IllegalArgumentException,
TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TrustAnchor(X509Certificate trustedCert,
byte[] nameConstraints)
- See Also:
- NullPointerException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TrustAnchor(X500Principal caPrincipal,
PublicKey pubKey,
byte[] nameConstraints)
- See Also:
- NullPointerException,
TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples