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.AbstractAuthenticationSecretSECRET_TYPES
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractX509PemSecret()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.io.InputStreamopenCertificate()Opens the local certificate.abstract java.io.InputStreamopenPrivateKey()Opens the private key used for signing.- 
Methods inherited from class jadex.platform.service.security.auth.AbstractAuthenticationSecretcanSign, clone, equals, fromKeyPair, fromString, fromString, hashCode, main
 
- 
 
-