Class EncryptionKey


  • public class EncryptionKey
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptionKey​(java.lang.String value)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getValuePEMFormatted()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EncryptionKey

        public EncryptionKey​(java.lang.String value)
    • Method Detail

      • getValuePEMFormatted

        public java.lang.String getValuePEMFormatted()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object