Package io.aether.api

Class CryptoUtils


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

      Constructors 
      Constructor Description
      CryptoUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CryptoEngine makeProvider​(io.aether.api.common.Key key)  
      static <T extends AKey>
      T
      of​(io.aether.api.common.Key key)  
      static PairAsymKeysSigned of​(io.aether.api.common.PairKeysAsymSigned k)  
      static Sign of​(io.aether.api.common.Sign sign)  
      static SignedKey of​(io.aether.api.common.SignedKey key)  
      static <T extends io.aether.api.common.Key>
      T
      of​(AKey key)  
      static io.aether.api.common.Sign of​(Sign sign)  
      static io.aether.api.common.SignedKey of​(SignedKey key)  
      static boolean verifySign​(SignedKey key, java.lang.Iterable<SignChecker> checkers)  
      • Methods inherited from class java.lang.Object

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

      • CryptoUtils

        public CryptoUtils()
    • Method Detail

      • of

        public static SignedKey of​(io.aether.api.common.SignedKey key)
      • verifySign

        public static boolean verifySign​(SignedKey key,
                                         java.lang.Iterable<SignChecker> checkers)
      • of

        public static io.aether.api.common.SignedKey of​(SignedKey key)
      • of

        public static Sign of​(io.aether.api.common.Sign sign)
      • of

        public static io.aether.api.common.Sign of​(Sign sign)
      • of

        public static <T extends AKey> T of​(io.aether.api.common.Key key)
      • makeProvider

        public static CryptoEngine makeProvider​(io.aether.api.common.Key key)
      • of

        public static <T extends io.aether.api.common.Key> T of​(AKey key)