public class PublicKeyRecordImpl extends TagValue implements PublicKeyRecord
debug, defaults, mandatoryTags, VALIDATIONANY| Constructor and Description |
|---|
PublicKeyRecordImpl(String data) |
| Modifier and Type | Method and Description |
|---|---|
List<CharSequence> |
getAcceptableHashMethods() |
List<CharSequence> |
getAcceptableKeyTypes() |
List<CharSequence> |
getFlags() |
Pattern |
getGranularityPattern() |
PublicKey |
getPublicKey() |
protected void |
init() |
boolean |
isDenySubdomains() |
boolean |
isHashMethodSupported(CharSequence hash) |
boolean |
isKeyTypeSupported(CharSequence hash) |
boolean |
isTesting() |
protected Map<String,CharSequence> |
newTagValue() |
void |
validate() |
containsTag, debugMsg, equals, getDefault, getTags, getValue, hashCode, isInListCaseInsensitive, parse, setValue, stringToColonSeparatedList, tagSet, toString, trimFWSpublic PublicKeyRecordImpl(String data)
protected Map<String,CharSequence> newTagValue()
newTagValue in class TagValuepublic void validate()
validate in interface PublicKeyRecordvalidate in class TagValuepublic boolean isHashMethodSupported(CharSequence hash)
isHashMethodSupported in interface PublicKeyRecordPublicKeyRecord.isHashMethodSupported(java.lang.CharSequence)public boolean isKeyTypeSupported(CharSequence hash)
isKeyTypeSupported in interface PublicKeyRecordPublicKeyRecord.isKeyTypeSupported(java.lang.CharSequence)public List<CharSequence> getAcceptableHashMethods()
getAcceptableHashMethods in interface PublicKeyRecordPublicKeyRecord.getAcceptableHashMethods()public List<CharSequence> getAcceptableKeyTypes()
getAcceptableKeyTypes in interface PublicKeyRecordPublicKeyRecord.getAcceptableKeyTypes()public Pattern getGranularityPattern()
getGranularityPattern in interface PublicKeyRecordPublicKeyRecord.getGranularityPattern()public List<CharSequence> getFlags()
getFlags in interface PublicKeyRecordpublic boolean isDenySubdomains()
isDenySubdomains in interface PublicKeyRecordpublic boolean isTesting()
isTesting in interface PublicKeyRecordpublic PublicKey getPublicKey()
getPublicKey in interface PublicKeyRecordPublicKeyRecord.getPublicKey()Copyright © 2008–2015. All rights reserved.