Class PublicKeyTLV

    • Method Detail

      • toUnsignedByteArray

        public static void toUnsignedByteArray​(byte[] b,
                                               byte[] ub,
                                               int off,
                                               int size)
      • toUnsignedByteArray

        public static void toUnsignedByteArray​(java.math.BigInteger bi,
                                               byte[] ub,
                                               int off,
                                               int size)
      • toUnsignedByteArray

        public static byte[] toUnsignedByteArray​(java.math.BigInteger bi,
                                                 int size)
      • getPublicKey

        public java.security.PublicKey getPublicKey​(java.security.spec.AlgorithmParameterSpec params)
      • getEncodedForSPKI

        public abstract byte[] getEncodedForSPKI()