| Package | Description |
|---|---|
| org.wildfly.security.credential |
| Modifier and Type | Interface and Description |
|---|---|
interface |
X509CertificateChainCredential
A credential which contains an X.509 certificate chain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyPairCredential
A public/private key pair credential.
|
class |
PasswordCredential
A credential for password authentication.
|
class |
PublicKeyCredential
A public key credential.
|
class |
SecretKeyCredential
A secret key credential.
|
class |
X509CertificateChainPrivateCredential
A credential containing a private key and an X.509 certificate chain.
|
class |
X509CertificateChainPublicCredential
A credential containing an X.509 certificate chain.
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmCredential |
AlgorithmCredential.clone()
Creates and returns a copy of this
Credential. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PublicKeyCredential.impliesSameParameters(AlgorithmCredential other) |
boolean |
SecretKeyCredential.impliesSameParameters(AlgorithmCredential other) |
boolean |
KeyPairCredential.impliesSameParameters(AlgorithmCredential other) |
boolean |
PasswordCredential.impliesSameParameters(AlgorithmCredential other) |
default boolean |
AlgorithmCredential.impliesSameParameters(AlgorithmCredential other)
Determine whether the other credential's parameters are implied by this one.
|
default boolean |
AlgorithmCredential.matches(AlgorithmCredential other) |
default boolean |
Credential.matches(AlgorithmCredential other)
Determine if this credential is the same kind of credential as the given credential.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.