Package de.mhus.lib.core.crypt.pem
Class PemKey
-
- All Implemented Interfaces:
PemBlock,PemPriv,PemPub,ILog,IProperties,IReadProperties,MNlsProvider,Nls,Externalizable,Serializable,Iterable<Map.Entry<String,Object>>,Map<String,Object>
public class PemKey extends PemBlockModel implements PemPriv, PemPub
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.core.crypt.pem.PemBlockModel
block
-
Fields inherited from class de.mhus.lib.core.MProperties
properties
-
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 Concrete Methods Modifier and Type Method Description StringgetMethod()Returns the identifier of the encoding methodStringtoString()-
Methods inherited from class de.mhus.lib.core.crypt.pem.PemBlockModel
getBlock, getBytesBlock, getEncodedBlock, getName, getRest, parse, set, setBlock, setBlock, setName
-
Methods inherited from class de.mhus.lib.core.MProperties
appendToMap, appendToMap, clear, containsValue, entrySet, explodeToMProperties, explodeToMProperties, explodeToMProperties, explodeToMProperties, explodeToMProperties, explodeToOptions, explodeToOptions, explodeToOptions, explodeToProperties, getProperty, isEditable, isFunctional, isProperty, keys, load, load, load, load, loadOrEmpty, putAll, readExternal, removeProperty, save, save, setProperty, size, toIProperties, toMProperties, updateFunctional, values, writeExternal
-
Methods inherited from class de.mhus.lib.core.AbstractProperties
containsKey, get, getBoolean, getBoolean, getCalendar, getDate, getDouble, getFloat, getFormatted, getInt, getLong, getNumber, getString, getString, isEmpty, iterator, keySet, put, putAll, putReadProperties, remove, setBoolean, setCalendar, setDate, setDouble, setFloat, setInt, setLong, setNumber, setString, toMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Map
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
public String getMethod() throws de.mhus.lib.errors.MException
Description copied from interface:PemPrivReturns the identifier of the encoding method
-
toString
public String toString()
- Overrides:
toStringin classPemBlockModel
-
-