Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.emory.mathcs.util.security.action.* (4)edu.emory.mathcs.util.security.auth.* (21)
edu.emory.mathcs.util.security.auth.server.* (8)edu.emory.mathcs.util.security.auth.server.impl.* (3)
edu.emory.mathcs.util.security.auth.spi.* (7)edu.emory.mathcs.util.security.auth.spi.passwd.* (7)
edu.emory.mathcs.util.security.io.* (1)

edu.emory.mathcs.util.security: Javadoc index of package edu.emory.mathcs.util.security.


Package Samples:

edu.emory.mathcs.util.security.auth: Security-related utilities.  
edu.emory.mathcs.util.security.action: Security-related utilities.  
edu.emory.mathcs.util.security.io: Security-related utilities.  
edu.emory.mathcs.util.security.auth.spi.passwd: Experimental.  
edu.emory.mathcs.util.security.auth.server
edu.emory.mathcs.util.security.auth.server.impl

Classes:

CharStrings: Utility methods to securely manipulate on character arrays. The methods allow to treat the character arrays similarly to strings, yet they ensure that all temporary arrays are zeroed-out before discarding. Application of this class stems from the fact that String class is not appropriate for holding passwords and other sensitive information. Strings cannot be zeroed-out before unreferencing, thus the content may be dangling in memory for quite a while before it is garbage-collected, and it can stay in the process data block even longer, until it is overwritten. It has been demonstrated that attacker ...
SecureByteArrayOutputStream: Variant of ByteArrayOutputStream that ensures that all data is cleared from temporary arrays before they are unreferenced. Hence, this class can be safely used to convert sensitive information into byte arrays, provided that it is closed 55 after use.
AuthContextSrvImpl: Title: H2O Description: H2O Distributed Computing Platform Copyright: Copyright (c) 2001 Company: Emory University
AuthContextInfo: Title: Util Description: Emory MathCS Utility Classes Copyright: Copyright (c) 2002 Company: Emory University
AuthenticatorCollection: Title: Util Description: Emory MathCS Utility Classes Copyright: Copyright (c) 2002 Company: Emory University
PasswdPublicCredential: Title: Util Description: Emory MathCS Utility Classes Copyright: Copyright (c) 2002 Company: Emory University
GetIntegerAction: A convenience class for retrieving the integer value of a system property as a privileged action.
GetBooleanAction: A convenience class for retrieving the boolean value of a system property as a privileged action.
GetPropertyAction: A convenience class for retrieving the string value of a system property as a privileged action.
GetLongAction: A convenience class for retrieving the long value of a system property as a privileged action.
CertUtils: Set of methods simplifying manipulation of X.509 certificates and keystores.
KeyUtils: Utility methods to generate and manipulate keys.
DigestUtils: Utility methods to manipulate message digests.
IDPrincipal: DOCUMENT ME!
GroupIDPrincipal: DOCUMENT ME!
UserIDPrincipal: DOCUMENT ME!
RemoteCredential
RemoteAuthenticator
AuthResult
AuthContext
AuthDialogClient
Wallet
AuthRequest
AuthInitRequest

Home | Contact Us | Privacy Policy | Terms of Service