Class | Description |
---|---|
AES |
This program uses a AES key, retrieves its raw bytes, and then reinstantiates
a AES key from the key bytes.
|
AesCbcWithIntegrity |
Simple library for the "right" defaults for AES key generation, encryption,
and decryption using 128-bit AES, CBC, PKCS5 padding, and a random 16-byte IV
with SHA1PRNG.
|
AesCbcWithIntegrity.CipherTextIvMac |
Holder class that allows us to bundle ciphertext and IV together.
|
AesCbcWithIntegrity.PrngFixes |
Fixes for the RNG as per
http://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html
This software is provided 'as-is', without any express or implied
warranty.
|
AesCbcWithIntegrity.PrngFixes.LinuxPRNGSecureRandom |
SecureRandomSpi which passes all requests to the Linux PRNG (
/dev/urandom ). |
AesCbcWithIntegrity.SecretKeys |
Holder class that has both the secret AES key for encryption (confidentiality)
and the secret HMAC key for integrity.
|
AuditLogger |
performs audit logging via the fgsms Configuration
database.
|
BundleLoader | |
Constants |
A collection of constants, also versioning information
|
CXFUserIdentifyUtil |
A helper class for Apache CXF soap stack
|
DBSettingsLoader |
Provides a simple mechanism for loading configuration information from the
fgsms Config Database, table: settings.
|
DBUtils | |
IpAddressUtility |
Provides functionality to convert a requested URL to an absolute URL which is used by fgsms to uniquely identify services
|
Logger |
Mirrors Apache Log4j and acts as a wrapper.
|
Main |
Command line utility to encrypt passwords and run database
connectivity tests for command line aux services (non pooled
connections)
|
PropertyLoader |
Loads a properties file from the classpathfrom
http://www.javaworld.com/javaqa/2003-08/01-qa-0808-property.html?page=2
|
PublicationConstants |
Publication Constants - these values are used for publishing data to federation targets
|
SLAUtils | |
UserIdentityUtil |
Performs all access control functions of fgsms based on ACLs and Roles.
|
Utility |
fgsms's Utility functions - Ahh the good old Utility class.
|
Enum | Description |
---|---|
Constants.AuthMode |
Copyright © 2008–2017 MIL-OSS. All rights reserved.