Package | Description |
---|---|
org.opensaml.security.credential |
Interfaces and classes related to credentials and ways to represent them.
|
org.opensaml.security.x509 |
X.509-based credential and trust classes.
|
Modifier and Type | Method and Description |
---|---|
static BasicCredential |
CredentialSupport.getSimpleCredential(PublicKey publicKey,
PrivateKey privateKey)
Get a simple, minimal credential containing a public key, and optionally a private key.
|
static BasicCredential |
CredentialSupport.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 . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.