Interface IdentityResourceLoader<PUB extends java.security.PublicKey,​PRV extends java.security.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

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

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