Class PK11ParameterSpec

  • All Implemented Interfaces:
    java.security.spec.AlgorithmParameterSpec

    public final class PK11ParameterSpec
    extends java.lang.Object
    implements java.security.spec.AlgorithmParameterSpec
    • Constructor Summary

      Constructors 
      Constructor Description
      PK11ParameterSpec​(byte[] derBlob)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getEncoded()  
      • Methods inherited from class java.lang.Object

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

      • PK11ParameterSpec

        public PK11ParameterSpec​(byte[] derBlob)
    • Method Detail

      • getEncoded

        public byte[] getEncoded()