Package com.cloudera.cdp.dw.model
Class KeyPairCredentials
java.lang.Object
com.cloudera.cdp.dw.model.KeyPairCredentials
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class KeyPairCredentials
extends Object
Certificate and private key pair credentials, that could be used ie mutual TLS connections therefore these must belong together.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for certificate.Getter for privateKey.int
hashCode()
void
setCertificate
(String certificate) Setter for certificate.void
setPrivateKey
(String privateKey) Setter for privateKey.toString()
-
Constructor Details
-
KeyPairCredentials
public KeyPairCredentials()
-
-
Method Details
-
getCertificate
Getter for certificate. The content of certificate PEM file. -
setCertificate
Setter for certificate. The content of certificate PEM file. -
getPrivateKey
Getter for privateKey. The content of private key PEM file. -
setPrivateKey
Setter for privateKey. The content of private key PEM file. -
equals
-
hashCode
public int hashCode() -
toString
-