| public interface java.security Principal
|
Java SE 6 |
| version | 1.23, 05/11/17 |
| See also | java.security.cert.X509Certificate |
| Methods | |||||
|---|---|---|---|---|---|
| public boolean | equals(Object another) Details
Compares this principal to the specified object. Returns true
if the object passed in matches the principal represented by
the implementation of this interface.
| ||||
| public int | hashCode() Details
Returns a hashcode for this principal.
| ||||
| public String | toString() Details
Returns a string representation of this principal.
| ||||
| Properties | |||
|---|---|---|---|
| public String | getName() Details
Returns the name of this principal.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2013 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|