org.mozilla.jss.pkcs11

Class PK11Cert.StringPrincipal

protected static class PK11Cert.StringPrincipal extends Object implements Principal

A class that implements Principal with a String.
Field Summary
protected Stringstr
Constructor Summary
StringPrincipal(String str)
Method Summary
booleanequals(Object other)
StringgetName()
inthashCode()
StringtoString()

Field Detail

str

protected String str

Constructor Detail

StringPrincipal

public StringPrincipal(String str)

Method Detail

equals

public boolean equals(Object other)

getName

public String getName()

hashCode

public int hashCode()

toString

public String toString()