public class PublicKeyRecordImpl extends TagValue implements PublicKeyRecord
debug, defaults, mandatoryTags, VALIDATION
ANY
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, trimFWS
public PublicKeyRecordImpl(String data)
protected Map<String,CharSequence> newTagValue()
newTagValue
in class TagValue
public void validate()
validate
in interface PublicKeyRecord
validate
in class TagValue
public boolean isHashMethodSupported(CharSequence hash)
isHashMethodSupported
in interface PublicKeyRecord
PublicKeyRecord.isHashMethodSupported(java.lang.CharSequence)
public boolean isKeyTypeSupported(CharSequence hash)
isKeyTypeSupported
in interface PublicKeyRecord
PublicKeyRecord.isKeyTypeSupported(java.lang.CharSequence)
public List<CharSequence> getAcceptableHashMethods()
getAcceptableHashMethods
in interface PublicKeyRecord
PublicKeyRecord.getAcceptableHashMethods()
public List<CharSequence> getAcceptableKeyTypes()
getAcceptableKeyTypes
in interface PublicKeyRecord
PublicKeyRecord.getAcceptableKeyTypes()
public Pattern getGranularityPattern()
getGranularityPattern
in interface PublicKeyRecord
PublicKeyRecord.getGranularityPattern()
public List<CharSequence> getFlags()
getFlags
in interface PublicKeyRecord
public boolean isDenySubdomains()
isDenySubdomains
in interface PublicKeyRecord
public boolean isTesting()
isTesting
in interface PublicKeyRecord
public PublicKey getPublicKey()
getPublicKey
in interface PublicKeyRecord
PublicKeyRecord.getPublicKey()
Copyright © 2008–2015. All rights reserved.