Class MakeXmlSignature.EmptyKey

  • All Implemented Interfaces:
    java.io.Serializable, java.security.Key
    Enclosing class:
    MakeXmlSignature

    private static class MakeXmlSignature.EmptyKey
    extends java.lang.Object
    implements java.security.Key
    Empty class for key simulation
    • Constructor Detail

      • EmptyKey

        private EmptyKey()
    • Method Detail

      • getAlgorithm

        public java.lang.String getAlgorithm()
        Specified by:
        getAlgorithm in interface java.security.Key
      • getFormat

        public java.lang.String getFormat()
        Specified by:
        getFormat in interface java.security.Key
      • getEncoded

        public byte[] getEncoded()
        Specified by:
        getEncoded in interface java.security.Key