org.mozilla.jss.pkcs11

Class PK11Cert.StringPrincipal

Enclosing Class:
PK11Cert
Implemented Interfaces:
Principal

protected static class PK11Cert.StringPrincipal
extends java.lang.Object
implements Principal

A class that implements Principal with a String.

Field Summary

protected String
str

Constructor Summary

StringPrincipal(String str)

Method Summary

boolean
equals(Object other)
String
getName()
int
hashCode()
String
toString()

Field Details

str

protected String str

Constructor Details

StringPrincipal

public StringPrincipal(String str)

Method Details

equals

public boolean equals(Object other)

getName

public String getName()

hashCode

public int hashCode()

toString

public String toString()