Uses of Class
com.sun.identity.security.keystore.AMPassword
-
Packages that use AMPassword Package Description com.sun.identity.log.handlers com.sun.identity.log.secure -
-
Uses of AMPassword in com.sun.identity.log.handlers
Methods in com.sun.identity.log.handlers with parameters of type AMPassword Modifier and Type Method Description static voidSecureFileHandler. initializeVerifier(AMPassword verPass, Object token)Initialize SecureLog verifierstatic voidSecureFileHandler. setLogPassword(AMPassword logPass, Object token)Set logger passwordstatic voidSecureFileHandler. setVerPassword(AMPassword verPass, Object token)Sets verifier password. -
Uses of AMPassword in com.sun.identity.log.secure
Methods in com.sun.identity.log.secure with parameters of type AMPassword Modifier and Type Method Description voidSecureLogHelper. initializeSecureLogHelper(String loggerFileName, AMPassword LoggerPassword, String verFileName, AMPassword verifierPassword)Initialize logger by generating a new MACing key and storing it in the secure storage Also creates a file for the verifier with the same password.voidSecureLogHelper. initializeVerifier(String verFileName, AMPassword oldPassword, AMPassword newPassword)Initialize the verifier by using the logger generated PKCS12 file and looking for the appropriate content in that and overwriting with the new passwordvoidSecureLogHelper. reinitializeVerifier(String verFileName, AMPassword password)ReInitialize the verifierConstructors in com.sun.identity.log.secure with parameters of type AMPassword Constructor Description LogVerifier(String log, AMPassword verPass)ConstructsLogVerifierobject
-