X509Credentials2 Class
Definition
- java.lang.Object
- SecurityCredentials
- system.fabric.X509Credentials2
Specifies the security credentials that are based upon X.509 certificates which are specified using the certificate path.
public class X509Credentials2 extends SecurityCredentials
Constructors
| X509Credentials2(String certificatePath) |
Creates a new instance of the system.fabric.X509Credentials2 class. |
Methods
| getCertificateLoadPath() |
Indicates the file/ folder location of the certificate |
| getProtectionLevel() |
Gets how communication is protected, default value is ENCRYPTANDSIGN. |
| getRemoteCertThumbprints() |
Gets the list of remote certificate thumbprints, used to validate remote X509Credentials |
| getRemoteX509Names() |
Gets the list of X509Name to validate remote X509Credentials |
| setProtectionLevel(ProtectionLevel protectionLevel) |
Sets how communication is protected, default value is ENCRYPTANDSIGN. |
Inherited Members
SecurityCredentials.getCredentialType()
SecurityCredentials.loadFrom(FabricCodePackageActivationContext codePackageActivationContext, String configPackageName, String fabricServiceReplicatorSecurityConfigSectionName)
SecurityCredentials.setCredentialType(CredentialType credentialType)