Class UserKeyingMaterialSpec

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

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

      Constructors 
      Constructor Description
      UserKeyingMaterialSpec​(byte[] userKeyingMaterial)  
    • Method Summary

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

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

      • UserKeyingMaterialSpec

        public UserKeyingMaterialSpec​(byte[] userKeyingMaterial)
    • Method Detail

      • getUserKeyingMaterial

        public byte[] getUserKeyingMaterial()