Package org.bouncycastle.est
Interface TLSUniqueProvider
-
public interface TLSUniqueProviderTLSUniqueProvider 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.booleanisTLSUniqueAvailable()Return true if a TLS unique value should be available.
-