Type Parameters:
T - the locked object type
All Known Subinterfaces:
GordianFactory.GordianFactoryLock, GordianKeyPairLock, GordianKeySetLock

public interface GordianLock<T>
PasswordLock.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.asn1.ASN1Object
    Obtain the lockASN1.
    byte[]
    Obtain the lockBytes.
    Obtain the locked object.
  • Method Details

    • getLockedObject

      T getLockedObject()
      Obtain the locked object.
      Returns:
      the locked object
    • getLockASN1

      org.bouncycastle.asn1.ASN1Object getLockASN1()
      Obtain the lockASN1.
      Returns:
      the lockASN1
    • getLockBytes

      byte[] getLockBytes()
      Obtain the lockBytes.
      Returns:
      the lockBytes