Package de.mhus.lib.core.crypt.pem
Interface PemPriv
-
-
Field Summary
-
Fields inherited from interface de.mhus.lib.core.crypt.pem.PemBlock
BLOCK_CIPHER, BLOCK_CONTENT, BLOCK_HASH, BLOCK_PRIV, BLOCK_PUB, BLOCK_SIGN, CREATED, DESCRIPTION, EMBEDDED, ENC_BLOWFISH, ENCRYPTED, FORMAT, IDENT, KEY_ID, LENGTH, METHOD, PRIV_ID, PUB_ID, STRING_ENCODING, SYMMETRIC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMethod()Returns the identifier of the encoding method-
Methods inherited from interface de.mhus.lib.core.IReadProperties
containsKey, containsValue, entrySet, get, getBoolean, getBoolean, getCalendar, getDate, getDouble, getFloat, getInt, getLong, getNumber, getProperty, getString, getString, isProperty, keys, values
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface de.mhus.lib.core.crypt.pem.PemBlock
getBlock, getBytesBlock, getName
-
-
-
-
Method Detail
-
getMethod
String getMethod() throws de.mhus.lib.errors.MException
Returns the identifier of the encoding method- Returns:
- the method name
- Throws:
de.mhus.lib.errors.MException
-
-