Package org.apache.cxf.sts.request
Class ReceivedCredential
java.lang.Object
org.apache.cxf.sts.request.ReceivedCredential
This class represents a received credential. It can contain either an X509Certificate or PublicKey.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPublicKey(PublicKey publicKey) voidsetX509Cert(X509Certificate x509Cert)
-
Constructor Details
-
ReceivedCredential
public ReceivedCredential()
-
-
Method Details
-
getX509Cert
-
setX509Cert
-
getPublicKey
-
setPublicKey
-