KeyStore.PrivateKeyEntry.Certificate Property

Definition

Gets the end entity Certificate from the certificate chain in this entry.

public Java.Security.Cert.Certificate Certificate { [Android.Runtime.Register("getCertificate", "()Ljava/security/cert/Certificate;", "")] get; }
[<get: Android.Runtime.Register("getCertificate", "()Ljava/security/cert/Certificate;", "")>]
member this.Certificate : Java.Security.Cert.Certificate

Property Value

the end entity Certificate (at index 0) from the certificate chain in this entry. If the certificate is of type X.509, the runtime type of the returned certificate is X509Certificate.

Attributes

Remarks

Gets the end entity Certificate from the certificate chain in this entry.

Java documentation for java.security.KeyStore.PrivateKeyEntry.getCertificate().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to