Interface IdentityResourceLoader<PUB extends PublicKey,​PRV extends PrivateKey>

    • Field Detail

      • MAX_BIGINT_OCTETS_COUNT

        static final int MAX_BIGINT_OCTETS_COUNT
        A reasonable max. number of octets used for a BigInteger in the context of keys based on such numbers
        See Also:
        Constant Field Values
    • Method Detail

      • getPublicKeyType

        Class<PUB> getPublicKeyType()
        Returns:
        The Class of the PublicKey that is the result of decoding
      • getPrivateKeyType

        Class<PRV> getPrivateKeyType()
        Returns:
        The Class of the PrivateKey that matches the public one