Interface GordianLock<T>
- Type Parameters:
T- the locked object type
- All Known Subinterfaces:
GordianFactory.GordianFactoryLock,GordianKeyPairLock,GordianKeySetLock
public interface GordianLock<T>
PasswordLock.
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1ObjectObtain 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
-