Package com.bld.crypto.bean
Class CryptoKeyData
- java.lang.Object
-
- com.bld.crypto.bean.CryptoKeyData
-
public class CryptoKeyData extends Object
The Class CryptoPubKeyData.
-
-
Constructor Summary
Constructors Constructor Description CryptoKeyData(String name, boolean url)Instantiates a new crypto pub key data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the name.booleanisUrl()Checks if is url.
-
-
-
Constructor Detail
-
CryptoKeyData
public CryptoKeyData(String name, boolean url)
Instantiates a new crypto pub key data.- Parameters:
name- the nameurl- the url
-
-
Method Detail
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
isUrl
public boolean isUrl()
Checks if is url.- Returns:
- true, if is url
-
-