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