public class Certificate extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFingerprint() |
The certificate's fingerprint (Getter)
|
boolean |
getHasPrivateKey() |
Whether the cryptographic provider has a private key for the certificate.
|
java.lang.String |
getIssuer() |
The name of the certificate's issuer (CA) (Getter)
|
java.lang.String |
getName() |
The name (subject) of the certificate (Getter)
|
equals, hashCode
public java.lang.String getName()
public java.lang.String getIssuer()
public java.lang.String getFingerprint()
public boolean getHasPrivateKey()