-
- All Known Implementing Classes:
CertPathEncoding
public interface Encoding
The interfaceEncoding
is for enums that represents an encodings
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UNKNOWN_ENCODING_NAME
The Constant UNKNOWN_ENCODING_NAME is if the encoding name is unknown
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEncoding()
Gets the encoding
-
-
-
Field Detail
-
UNKNOWN_ENCODING_NAME
static final java.lang.String UNKNOWN_ENCODING_NAME
The Constant UNKNOWN_ENCODING_NAME is if the encoding name is unknown- See Also:
- Constant Field Values
-
-