Class MAuthKeysHelper


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

      Constructors 
      Constructor Description
      MAuthKeysHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.security.PrivateKey getPrivateKeyFromString​(java.lang.String privateKeyAsString)  
      static java.security.PublicKey getPublicKeyFromString​(java.lang.String publicKeyAsString)  
      • Methods inherited from class java.lang.Object

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

      • MAuthKeysHelper

        public MAuthKeysHelper()
    • Method Detail

      • getPublicKeyFromString

        public static java.security.PublicKey getPublicKeyFromString​(java.lang.String publicKeyAsString)
      • getPrivateKeyFromString

        public static java.security.PrivateKey getPrivateKeyFromString​(java.lang.String privateKeyAsString)