Package org.jclouds.oauth.v2.domain
Class CertificateFingerprint
java.lang.Object
org.jclouds.oauth.v2.domain.CertificateFingerprint
Details corresponding the a client_credential Azure AD Oauth request
-
Method Summary
Modifier and TypeMethodDescriptionabstract X509Certificate
The certificatestatic CertificateFingerprint
create
(String fingerprint, X509Certificate certificate) abstract String
The fingerprint of the certificate
-
Method Details
-
fingerprint
The fingerprint of the certificate -
certificate
The certificate -
create
-