Uses of Class
org.conscrypt.ct.LogInfo.Builder
-
Packages that use LogInfo.Builder Package Description org.conscrypt.ct -
-
Uses of LogInfo.Builder in org.conscrypt.ct
Methods in org.conscrypt.ct that return LogInfo.Builder Modifier and Type Method Description LogInfo.BuilderLogInfo.Builder. setDescription(java.lang.String description)LogInfo.BuilderLogInfo.Builder. setOperator(java.lang.String operator)LogInfo.BuilderLogInfo.Builder. setPublicKey(java.security.PublicKey publicKey)LogInfo.BuilderLogInfo.Builder. setState(int state, long timestamp)LogInfo.BuilderLogInfo.Builder. setUrl(java.lang.String url)Constructors in org.conscrypt.ct with parameters of type LogInfo.Builder Constructor Description LogInfo(LogInfo.Builder builder)
-