Class PublicCert
java.lang.Object
io.deephaven.dhservice.client.config.PublicCert
An X.509 certificate in PEM format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ByteArrayInputStreamEquivalent tonew ByteArrayInputStream(value()).Equivalent toImmutableTrustCert.builder().specificCert(this).build().abstract byte[]value()
-
Constructor Details
-
PublicCert
public PublicCert()
-
-
Method Details
-
value
@Parameter public abstract byte[] value() -
toTrustCert
Equivalent toImmutableTrustCert.builder().specificCert(this).build().- Returns:
thispublic certificate as a specific trust certificate
-
toInputStream
Equivalent tonew ByteArrayInputStream(value()).- Returns:
- the byte array input stream
-