A C D E G H K O P R S T X 

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
 

C

caCertBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
caCRLBase64 - Variable in class org.opensaml.security.x509.X509SupportTest
 
certDER - Variable in class org.opensaml.security.x509.X509SupportTest
A PEM encoded cert.
certPEM - Variable in class org.opensaml.security.x509.X509SupportTest
A PEM encoded cert.
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
 
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

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
 
entityCertSKIBase64 - 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
 

G

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

H

hmacJCAAlgorithm - Variable in class org.opensaml.security.crypto.SigningUtilTest
 

K

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
 

O

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

P

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
 
setUp() - Method in class org.opensaml.security.crypto.SigningUtilTest
 
setUp() - Method in class org.opensaml.security.x509.X509SupportTest
 
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
 

T

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.
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.
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.
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.
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.
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.
testPrivKey(String, char[], String) - Method in class org.opensaml.security.crypto.KeySupportTest
Generic key testing.
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
 

X

X509SupportTest - Class in org.opensaml.security.x509
Tests the X509Support utility methods.
X509SupportTest() - Constructor for class org.opensaml.security.x509.X509SupportTest
 
A C D E G H K O P R S T X 

Copyright © 1999–2014. All rights reserved.