Class AbstractX509PemSecret
- java.lang.Object
-
- jadex.platform.service.security.auth.AbstractAuthenticationSecret
-
- jadex.platform.service.security.auth.AbstractX509PemSecret
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
X509PemFilesSecret
,X509PemStringsSecret
public abstract class AbstractX509PemSecret extends AbstractAuthenticationSecret
Secret based on PEM-encoded X.509 certificates.
-
-
Field Summary
-
Fields inherited from class jadex.platform.service.security.auth.AbstractAuthenticationSecret
SECRET_TYPES
-
-
Constructor Summary
Constructors Constructor Description AbstractX509PemSecret()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.io.InputStream
openCertificate()
Opens the local certificate.abstract java.io.InputStream
openPrivateKey()
Opens the private key used for signing.-
Methods inherited from class jadex.platform.service.security.auth.AbstractAuthenticationSecret
canSign, clone, equals, fromKeyPair, fromString, fromString, hashCode, main
-
-