Package io.strimzi.systemtest.security
Class SystemTestCertAndKey
- java.lang.Object
-
- io.strimzi.systemtest.security.SystemTestCertAndKey
-
public class SystemTestCertAndKey extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemTestCertAndKey(X509Certificate certificate, PrivateKey privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509Certificate
getCertificate()
PrivateKey
getPrivateKey()
PublicKey
getPublicKey()
-
-
-
Constructor Detail
-
SystemTestCertAndKey
public SystemTestCertAndKey(X509Certificate certificate, PrivateKey privateKey)
-
-
Method Detail
-
getCertificate
public X509Certificate getCertificate()
-
getPublicKey
public PublicKey getPublicKey()
-
getPrivateKey
public PrivateKey getPrivateKey()
-
-