Uses of Enum
org.conscrypt.OpenSSLX509CertPath.Encoding
Packages that use OpenSSLX509CertPath.Encoding
-
Uses of OpenSSLX509CertPath.Encoding in org.conscrypt
Subclasses with type arguments of type OpenSSLX509CertPath.Encoding in org.conscryptModifier and TypeClassDescriptionprivate static enumSupported encoding types for CerthPath.Fields in org.conscrypt declared as OpenSSLX509CertPath.EncodingModifier and TypeFieldDescriptionprivate static final OpenSSLX509CertPath.EncodingOpenSSLX509CertPath.DEFAULT_ENCODINGMethods in org.conscrypt that return OpenSSLX509CertPath.EncodingModifier and TypeMethodDescription(package private) static OpenSSLX509CertPath.EncodingOpenSSLX509CertPath.Encoding.findByApiName(String apiName) static OpenSSLX509CertPath.EncodingReturns the enum constant of this type with the specified name.static OpenSSLX509CertPath.Encoding[]OpenSSLX509CertPath.Encoding.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.conscrypt with parameters of type OpenSSLX509CertPath.EncodingModifier and TypeMethodDescriptionprivate static CertPathOpenSSLX509CertPath.fromEncoding(InputStream inStream, OpenSSLX509CertPath.Encoding encoding) private byte[]OpenSSLX509CertPath.getEncoded(OpenSSLX509CertPath.Encoding encoding)