X509Name Class
- java.
lang. Object - system.
fabric. X509Name
- system.
public class X509Name
A type to identify X509 certificate with subject common name or DNS name.
Constructor Summary
Constructor | Description |
---|---|
X509Name(String name, String issuerCertThumbprint) |
Instantiates an system.fabric.X509Name object that identifies an X509 certificate |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object |
String |
getIssuerCertThumbprint()
Gets the certificate thumbprint to identify issuer |
String |
getName()
Gets the subject common name or DNS name of X509 certificate |
int |
hashCode()
Compute hash code |
Constructor Details
X509Name
public X509Name(String name, String issuerCertThumbprint)
Instantiates an system.fabric.X509Name object that identifies an X509 certificate
Parameters:
Method Details
equals
public boolean equals(Object obj)
Determines whether the specified object is equal to the current object
Parameters:
Returns:
getIssuerCertThumbprint
public String getIssuerCertThumbprint()
Gets the certificate thumbprint to identify issuer
Returns:
getName
public String getName()
Gets the subject common name or DNS name of X509 certificate
Returns:
hashCode
public int hashCode()
Compute hash code
Returns:
Applies to
Azure SDK for Java