- java.lang.Object
-
- org.jruby.ext.openssl.x509store.Name
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
org.bouncycastle.asn1.x509.X509Name |
name |
-
Constructor Summary
Constructors
Constructor and Description |
Name(javax.security.auth.x500.X500Principal nm) |
Name(org.bouncycastle.asn1.x509.X509Name nm) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
long |
hash()
c: X509_NAME_hash
|
boolean |
isEqual(javax.security.auth.x500.X500Principal oname) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hash
public long hash()
c: X509_NAME_hash
Copyright © 2002-2009 JRuby Team. All Rights Reserved.