Java.Security.Cert.TrustAnchor Members

The members of Java.Security.Cert.TrustAnchor are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new TrustAnchor with the specified certificate and name constraints.
Creates a new TrustAnchor with the specified certificate authority name as principal, its public key and the specified name constraints.
Creates a new TrustAnchor with the specified certificate authority name, its public key and the specified name constraints.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
CAJavax.Security.Auth.X500.X500Principal. Returns the name of the certificate authority as X500Principal.
[read-only]
CANamestring. Returns the name of the certificate authority as String in RFC 2253 format.
[read-only]
CAPublicKeyJava.Security.IPublicKey. Returns the public key of the certificate authority.
[read-only]
TrustedCertX509Certificate. Returns the certificate of this trusted certificate authority.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetNameConstraints() : byte[]
Returns a copy of the name constraints in ASN.