Package org.bouncycastle.est
Interface TLSUniqueProvider
-
public interface TLSUniqueProvider
TLSUniqueProvider implementation of this can provide the TLS unique value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getTLSUnique()
Return the TLS unique value.boolean
isTLSUniqueAvailable()
Return true if a TLS unique value should be available.
-