Package | Description |
---|---|
org.opensaml.ws.security |
Provides interfaces that may be used to implement policies that are evaluated against incoming messages.
|
org.opensaml.xml.security |
Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc.
|
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletRequestX509CredentialAdapter
An adapter that exposes the X.509 certificates contained in the servlet request attribute.
|
Modifier and Type | Method and Description |
---|---|
static BasicCredential |
SecurityHelper.getSimpleCredential(PublicKey publicKey,
PrivateKey privateKey)
Get a simple, minimal credential containing a public key, and optionally a private key.
|
static BasicCredential |
SecurityHelper.getSimpleCredential(SecretKey secretKey)
Get a simple, minimal credential containing a secret (symmetric) key.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicX509Credential
A basic implementation of
X509Credential . |
class |
KeyStoreX509CredentialAdapter
A wrapper that changes a
KeyStore in to a X509Credential . |
class |
X509KeyManagerX509CredentialAdapter
A class that wraps a
X509KeyManager and exposes it as an X509Credential . |
Copyright © 2018 JBoss by Red Hat. All rights reserved.