A B C D E G H I K L M O P R S T U V X 
All Classes All Packages

A

altNameDNS - Variable in class org.opensaml.security.x509.X509SupportTest
 
altNameIP - Variable in class org.opensaml.security.x509.X509SupportTest
 
altNameTypeDNS - Variable in class org.opensaml.security.x509.X509SupportTest
 
altNameTypeIP - Variable in class org.opensaml.security.x509.X509SupportTest
 
altNameTypeURI - Variable in class org.opensaml.security.x509.X509SupportTest
 
altNameURL - Variable in class org.opensaml.security.x509.X509SupportTest
 
altNameURN - Variable in class org.opensaml.security.x509.X509SupportTest
 

B

BC_PROVIDER_NAME - Static variable in class org.opensaml.security.SecurityProviderTestSupport
 

C

cert - Variable in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
certDER - Variable in class org.opensaml.security.x509.X509SupportTest
A PEM encoded cert.
certDERPath - Variable in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
certEC - Variable in class org.opensaml.security.x509.X509SupportTest
An EC certificate.
certPEM - Variable in class org.opensaml.security.x509.X509SupportTest
A PEM encoded cert.
client - Variable in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
controlSignatureHMAC - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
controlSignatureRSA - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
credAES - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
credRSA - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
crlDER - Variable in class org.opensaml.security.x509.X509SupportTest
A PEM encoded CRL.
crlPEM - Variable in class org.opensaml.security.x509.X509SupportTest
A PEM encoded CRL.

D

data - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
decodeSecretKeyData() - Method in class org.opensaml.security.crypto.KeySupportTest
 
dsaPrivKeyDERNoEncrypt - Variable in class org.opensaml.security.crypto.KeySupportTest
Location of non-encrypted, DER formatted, dSA private key.
dsaPrivKeyPEMEncrypt - Variable in class org.opensaml.security.crypto.KeySupportTest
Location of encrypted, PEM formatted, DSA private key.
dsaPrivKeyPEMNoEncrypt - Variable in class org.opensaml.security.crypto.KeySupportTest
Location of non-encrypted, PEM formatted, dSA private key.

E

ecPrivKeyPEMNoEncrypt - Variable in class org.opensaml.security.crypto.KeySupportTest
Location of non-encrypted, PEM formatted, EC private key.
entityCert - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert1AltNameDNS - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert1AltNameDNSBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert1AltNameIP - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert1AltNameIPBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert1AltNameURL - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert1AltNameURLBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert1AltNameURN - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert1AltNameURNBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert3AltNamesDNS_URL_IP - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert3AltNamesDNS_URL_IPBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert3AltNamesDNS_URN_IP - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCert3AltNamesDNS_URN_IPBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityCertBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityPrivateKey - Variable in class org.opensaml.security.x509.X509SupportTest
 
entityPrivKeyBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
existsHttp - Variable in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
existsHttps - Variable in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 

G

generatedTestData() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
getAltNames(X509Certificate, Set<Integer>) - Method in class org.opensaml.security.x509.X509SupportTest
Get the alt names from the certificate.
getControlSignature(byte[], PrivateKey, String) - Method in class org.opensaml.security.crypto.SigningUtilTest
 
getControlSignature(byte[], SecretKey, String) - Method in class org.opensaml.security.crypto.SigningUtilTest
 

H

hadBCOriginally - Variable in class org.opensaml.security.SecurityProviderTestSupport
 
handler - Variable in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
haveBC() - Method in class org.opensaml.security.SecurityProviderTestSupport
Return whether the Bouncy Castle provider is currently available.
haveSunEC() - Method in class org.opensaml.security.SecurityProviderTestSupport
Return whether the SunEC provider is currently available.
hmacJCAAlgorithm - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
HttpClientSecuritySupportTest - Class in org.opensaml.security.httpclient
 
HttpClientSecuritySupportTest() - Constructor for class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
HttpClientSecuritySupportTest.MockTrustEngine - Class in org.opensaml.security.httpclient
 

I

INVALID_BASE64_KEY - Static variable in class org.opensaml.security.crypto.KeySupportTest
An invalid base64 string.
INVALID_BASE64_TRAILING - Static variable in class org.opensaml.security.x509.X509SupportTest
Invalid base64 string as it has invalid trailing digits.
isOpenJDK() - Method in class org.opensaml.security.SecurityProviderTestSupport
Determine if we're running on OpenJDK.

K

keyEC - Variable in class org.opensaml.security.x509.X509SupportTest
An EC private key.
keyPairRSA - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
KeySupportTest - Class in org.opensaml.security.crypto
Unit test for KeySupport.
KeySupportTest() - Constructor for class org.opensaml.security.crypto.KeySupportTest
 

L

loadBC() - Method in class org.opensaml.security.SecurityProviderTestSupport
Conditionally load the Bouncy Castle provider, if it isn't already loaded.
log - Variable in class org.opensaml.security.crypto.KeySupportTest
 

M

MockTrustEngine<TokenType> - Class in org.opensaml.security.trust
 
MockTrustEngine() - Constructor for class org.opensaml.security.httpclient.HttpClientSecuritySupportTest.MockTrustEngine
 
MockTrustEngine(boolean) - Constructor for class org.opensaml.security.trust.MockTrustEngine
 
MockTrustEngine(Throwable) - Constructor for class org.opensaml.security.trust.MockTrustEngine
 

O

org.opensaml.security - package org.opensaml.security
 
org.opensaml.security.crypto - package org.opensaml.security.crypto
 
org.opensaml.security.httpclient - package org.opensaml.security.httpclient
 
org.opensaml.security.trust - package org.opensaml.security.trust
 
org.opensaml.security.x509 - package org.opensaml.security.x509
 

P

params - Variable in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
path - Variable in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
pathPrefix - Variable in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
privKeyPassword - Variable in class org.opensaml.security.crypto.KeySupportTest
Password for private key.

R

rsaJCAAlgorithm - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
rsaPrivKeyDERNoEncrypt - Variable in class org.opensaml.security.crypto.KeySupportTest
Location of non-encrypted, DER formatted, RSA private key.
rsaPrivKeyPEMEncrypt - Variable in class org.opensaml.security.crypto.KeySupportTest
Location of encrypted, PEM formatted, RSA private key.
rsaPrivKeyPEMNoEncrypt - Variable in class org.opensaml.security.crypto.KeySupportTest
Location of non-encrypted, PEM formatted, RSA private key.

S

secretKeyAES128 - Variable in class org.opensaml.security.crypto.SigningUtilTest
 
SecurityEnhancedHTTPResourceTest - Class in org.opensaml.security.httpclient
Test for HTTPResource with security support added.
SecurityEnhancedHTTPResourceTest() - Constructor for class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
SecurityProviderTestSupport - Class in org.opensaml.security
Testing utility class which providers various support functionality related to security providers and Java version, useful for testing cryptographic components.
SecurityProviderTestSupport() - Constructor for class org.opensaml.security.SecurityProviderTestSupport
 
setUp() - Method in class org.opensaml.security.crypto.SigningUtilTest
 
setUp() - Method in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
setUp() - Method in class org.opensaml.security.x509.X509SupportTest
 
setupClient() - Method in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
SigningUtilTest - Class in org.opensaml.security.crypto
Test the SigningUtil operations for generating and verifying simple, raw signatures and MAC's.
SigningUtilTest() - Constructor for class org.opensaml.security.crypto.SigningUtilTest
 
subjectAltNameExtensionOID - Static variable in class org.opensaml.security.x509.X509SupportTest
 
SUNEC_PROVIDER_NAME - Static variable in class org.opensaml.security.SecurityProviderTestSupport
 

T

testAddDefaultTLSTrustEngineCriteria() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
testBadSSLProtocol() - Method in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
testBuildJavaDSAPublicKeyWithInvalidBase64() - Method in class org.opensaml.security.crypto.KeySupportTest
 
testBuildJavaECPublicKeyWithInvalidBase64() - Method in class org.opensaml.security.crypto.KeySupportTest
 
testBuildJavaRSAPublicKeyWithInvalidBase64() - Method in class org.opensaml.security.crypto.KeySupportTest
 
testCheckTLSCredentialEvaluated(HttpClientSecuritySupportTest.MockTrustEngine, String, Boolean, boolean) - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
testDecodeCertDER() - Method in class org.opensaml.security.x509.X509SupportTest
Test decoding a DER encoded cert.
testDecodeCertPEM() - Method in class org.opensaml.security.x509.X509SupportTest
Test decoding a PEM encoded cert.
testDecodeCRLDER() - Method in class org.opensaml.security.x509.X509SupportTest
Test decoding a DER encoded CRL.
testDecodeCRLPEM() - Method in class org.opensaml.security.x509.X509SupportTest
Test decoding a PEM encoded CRL.
testDecodeCRLWithInvalidBase64() - Method in class org.opensaml.security.x509.X509SupportTest
 
testDecodeDSAPrivateKeyDERNoEncrypt() - Method in class org.opensaml.security.crypto.KeySupportTest
Test decoding an DSA private key, in DER format, without encryption.
testDecodeDSAPrivateKeyPEMEncrypt() - Method in class org.opensaml.security.crypto.KeySupportTest
Test decoding an DSA private key, in PEM format, with encryption.
testDecodeDSAPrivateKeyPEMNoEncrypt() - Method in class org.opensaml.security.crypto.KeySupportTest
Test decoding an DSA private key, in PEM format, without encryption.
testDecodeECPrivateKeyPEMNoEncrypt() - Method in class org.opensaml.security.crypto.KeySupportTest
Test decoding an EC private key, in PEM format, without encryption.
testDecodeRSAPrivateKeyDERNoEncrypt() - Method in class org.opensaml.security.crypto.KeySupportTest
Test decoding an RSA private key, in DER format, without encryption.
testDecodeRSAPrivateKeyPEMEncrypt() - Method in class org.opensaml.security.crypto.KeySupportTest
Test decoding an RSA private key, in PEM format, with encryption.
testDecodeRSAPrivateKeyPEMNoEncrypt() - Method in class org.opensaml.security.crypto.KeySupportTest
Test decoding an RSA private key, in PEM format, without encryption.
testDecodeSecretKey(Integer, String) - Method in class org.opensaml.security.crypto.KeySupportTest
 
testDerivePublicKey() - Method in class org.opensaml.security.crypto.KeySupportTest
Test deriving a public key from an RSA and DSA private key.
testDetermineEntityCertificate() - Method in class org.opensaml.security.x509.X509SupportTest
Tests that the entity cert is correctly identified in the collection.
testEC() - Method in class org.opensaml.security.x509.X509SupportTest
Test decoding and matching EC keypair.
testGetCommonNames() - Method in class org.opensaml.security.x509.X509SupportTest
Test common name (CN) extraction from X500Principal.
testGetSubjectAltNames1NameDNS() - Method in class org.opensaml.security.x509.X509SupportTest
Test 1 alt name: DNS.
testGetSubjectAltNames1NameIP() - Method in class org.opensaml.security.x509.X509SupportTest
Test 1 alt name: IP.
testGetSubjectAltNames1NameURL() - Method in class org.opensaml.security.x509.X509SupportTest
Test 1 alt name: URI (URL).
testGetSubjectAltNames1NameURN() - Method in class org.opensaml.security.x509.X509SupportTest
Test 1 alt name: URI (URN).
testGetSubjectAltNames3NamesDNS_URL_IP() - Method in class org.opensaml.security.x509.X509SupportTest
Test 3 alt names: DNS, URI (URL), IP.
testGetSubjectAltNames3NamesDNS_URN_IP() - Method in class org.opensaml.security.x509.X509SupportTest
Test 3 alt names: DNS, URI (URN), IP.
testGetSubjectKeyIdentifier() - Method in class org.opensaml.security.x509.X509SupportTest
Test Subject Key Identifier (SKI) extraction from certificate.
testHostnameRejected() - Method in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
testKeyLength() - Method in class org.opensaml.security.crypto.KeySupportTest
 
testKeyPairMatching() - Method in class org.opensaml.security.crypto.KeySupportTest
Test the evaluation that 2 keys are members of the same key pair.
testMarshalNullSecurityParameters() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
testMarshalSecurityParametersEmptyContext() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
testMarshalSecurityParametersNullContext() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
testMarshalSecurityParametersWithoutReplacement() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
testMarshalSecurityParametersWithReplacement() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
testNoSecurityAdded() - Method in class org.opensaml.security.httpclient.SecurityEnhancedHTTPResourceTest
 
testPrivKey(String, char[], String) - Method in class org.opensaml.security.crypto.KeySupportTest
Generic key testing.
testSetContextValue() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
testSigningWithHMAC() - Method in class org.opensaml.security.crypto.SigningUtilTest
 
testSigningWithPrivateKey() - Method in class org.opensaml.security.crypto.SigningUtilTest
 
testVerificationWithHMAC() - Method in class org.opensaml.security.crypto.SigningUtilTest
 
testVerificationWithPublicKey() - Method in class org.opensaml.security.crypto.SigningUtilTest
 
throwable - Variable in class org.opensaml.security.trust.MockTrustEngine
 
tlsCredentialEvaluatedData() - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest
 
trusted - Variable in class org.opensaml.security.trust.MockTrustEngine
 

U

unloadBC() - Method in class org.opensaml.security.SecurityProviderTestSupport
Conditionally unload the Bouncy Castle provider, if it wasn't loaded originally (outside of this class), and if it is currently loaded.

V

validate(X509Credential, CriteriaSet) - Method in class org.opensaml.security.httpclient.HttpClientSecuritySupportTest.MockTrustEngine
 
validate(TokenType, CriteriaSet) - Method in class org.opensaml.security.trust.MockTrustEngine

X

X509SupportTest - Class in org.opensaml.security.x509
Tests the X509Support utility methods.
X509SupportTest() - Constructor for class org.opensaml.security.x509.X509SupportTest
 
A B C D E G H I K L M O P R S T U V X 
All Classes All Packages