Package de.mhus.lib.core.crypt.pem
Interface PemBlock
-
- All Superinterfaces:
IReadProperties,Map<String,Object>
- All Known Implementing Classes:
PemBlockModel,PemKey
public interface PemBlock extends IReadProperties, Map<String,Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringBLOCK_CIPHERstatic StringBLOCK_CONTENTstatic StringBLOCK_HASHstatic StringBLOCK_PRIVstatic StringBLOCK_PUBstatic StringBLOCK_SIGNstatic StringCREATEDstatic StringDESCRIPTIONstatic StringEMBEDDEDstatic StringENC_BLOWFISHstatic StringENCRYPTEDstatic StringFORMATstatic StringIDENTstatic StringKEY_IDstatic StringLENGTHstatic StringMETHODstatic StringPRIV_IDstatic StringPUB_IDstatic StringSTRING_ENCODINGstatic StringSYMMETRIC
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBlock()Returns the Block content without placeholders.byte[]getBytesBlock()StringgetName()Returns the name of the block-
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
-
-
-
-
Field Detail
-
BLOCK_CIPHER
static final String BLOCK_CIPHER
- See Also:
- Constant Field Values
-
METHOD
static final String METHOD
- See Also:
- Constant Field Values
-
BLOCK_SIGN
static final String BLOCK_SIGN
- See Also:
- Constant Field Values
-
BLOCK_PRIV
static final String BLOCK_PRIV
- See Also:
- Constant Field Values
-
BLOCK_PUB
static final String BLOCK_PUB
- See Also:
- Constant Field Values
-
LENGTH
static final String LENGTH
- See Also:
- Constant Field Values
-
FORMAT
static final String FORMAT
- See Also:
- Constant Field Values
-
IDENT
static final String IDENT
- See Also:
- Constant Field Values
-
STRING_ENCODING
static final String STRING_ENCODING
- See Also:
- Constant Field Values
-
PRIV_ID
static final String PRIV_ID
- See Also:
- Constant Field Values
-
PUB_ID
static final String PUB_ID
- See Also:
- Constant Field Values
-
KEY_ID
static final String KEY_ID
- See Also:
- Constant Field Values
-
SYMMETRIC
static final String SYMMETRIC
- See Also:
- Constant Field Values
-
DESCRIPTION
static final String DESCRIPTION
- See Also:
- Constant Field Values
-
CREATED
static final String CREATED
- See Also:
- Constant Field Values
-
ENCRYPTED
static final String ENCRYPTED
- See Also:
- Constant Field Values
-
ENC_BLOWFISH
static final String ENC_BLOWFISH
- See Also:
- Constant Field Values
-
BLOCK_HASH
static final String BLOCK_HASH
- See Also:
- Constant Field Values
-
EMBEDDED
static final String EMBEDDED
- See Also:
- Constant Field Values
-
BLOCK_CONTENT
static final String BLOCK_CONTENT
- See Also:
- Constant Field Values
-
-