Class KeyStoreMessages


  • public class KeyStoreMessages
    extends Object
    DO NOT EDIT DIRECTLY, THIS FILE WAS GENERATED. Generated using GenerateLogMessages and LogMessages.vm This file is based on the content of KeyStore_logmessages.properties To regenerate, use Maven lifecycle generates-sources with -Dgenerate=true
    • Method Detail

      • CLOSE

        public static LogMessage CLOSE​(CharSequence param1)
        Log a KeyStore message of the Format:
        KST-1003 : Close : "{0}"
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CREATE

        public static LogMessage CREATE​(CharSequence param1,
                                        CharSequence param2,
                                        CharSequence param3)
        Log a KeyStore message of the Format:
        KST-1001 : Create : "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DELETE

        public static LogMessage DELETE​(CharSequence param1,
                                        CharSequence param2)
        Log a KeyStore message of the Format:
        KST-1004 : Delete "{0}" : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • EXPIRING

        public static LogMessage EXPIRING​(CharSequence param1,
                                          CharSequence param2,
                                          CharSequence param3)
        Log a KeyStore message of the Format:
        KST-1005 : KeyStore {0} Certificate expires in {1} days : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPEN

        public static LogMessage OPEN​(CharSequence param1,
                                      CharSequence param2)
        Log a KeyStore message of the Format:
        KST-1002 : Open : "{0}" : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPERATION

        public static LogMessage OPERATION​(CharSequence param1)
        Log a KeyStore message of the Format:
        KST-1006 : Operation : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • UPDATE

        public static LogMessage UPDATE​(CharSequence param1,
                                        CharSequence param2,
                                        CharSequence param3)
        Log a KeyStore message of the Format:
        KST-1007 : Update : "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.