Class KeyTemplates


  • public final class KeyTemplates
    extends java.lang.Object
    This class consists exclusively of static methods that load KeyTemplate objects.
    Since:
    1.6.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static KeyTemplate get​(java.lang.String name)
      Returns a key template that was registered with the Registry as name.
      • Methods inherited from class java.lang.Object

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

      • get

        public static KeyTemplate get​(java.lang.String name)
                               throws java.security.GeneralSecurityException
        Returns a key template that was registered with the Registry as name.
        Throws:
        java.security.GeneralSecurityException - if cannot find key template with name name in the Registry
        Since:
        1.6.0