Package com.auth0.json.mgmt.client
Class SigningKey
java.lang.Object
com.auth0.json.mgmt.client.SigningKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCert()Getter for the signing public key.getPKCS7()Getter for the signing public key in PKCS#7 format.Getter for the subject.voidSetter for the signing public key.voidSetter for the signing public key in PKCS#7 format.voidsetSubject(String subject) Setter for the subject.
-
Constructor Details
-
SigningKey
-
-
Method Details
-
getCert
Getter for the signing public key.- Returns:
- the public key.
-
setCert
Setter for the signing public key.- Parameters:
cert- the certificate to set.
-
getPKCS7
Getter for the signing public key in PKCS#7 format.- Returns:
- the public key in PKCS#7 format.
-
setPKCS7
Setter for the signing public key in PKCS#7 format.- Parameters:
pkcs7- the public key in PKCS#7 format to use.
-
getSubject
Getter for the subject.- Returns:
- the subject.
-
setSubject
Setter for the subject.- Parameters:
subject- the subject to set.
-