Package com.bld.crypto.bean
Class CryptoKeyData
java.lang.Object
com.bld.crypto.bean.CryptoKeyData
The Class CryptoPubKeyData.
-
Constructor Summary
ConstructorsConstructorDescriptionCryptoKeyData(String name, boolean url) Instantiates a new crypto pub key data. -
Method Summary
-
Constructor Details
-
CryptoKeyData
Instantiates a new crypto pub key data.- Parameters:
name- the nameurl- the url
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
isUrl
public boolean isUrl()Checks if is url.- Returns:
- true, if is url
-